Go to file
Juan Manuel Cruz ce3533a476 Kbuild fix for clean and mrproper targets.
This commit fixes the target clean functionality.
Originally, the clean and mrproper targets search for the
Documentation and samples directories and their respective
Makefiles.

Our current directory structure is not including Documentation
directory yet. Also, there is not support for a global Makefiles
at samples directory.

This commit deletes references to Documentation directories for
clean and mrproper targets as well.

Also, This commit deletes the reference to sample directory for
clean target.

Finally, this commit temporary fixes the references to assembly
files .s extensions. This has been marked as a BUG until all .s
files can be renamed to .S files.

Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
Change-Id: I4c95c2eed4b5756843ecb9021d03401289522586
2016-02-05 20:14:05 -05:00
arch Creation of Makefiles for arch directory. 2016-02-05 20:14:04 -05:00
config kconf: Add an option to select PCI on x86 architecture 2016-02-05 20:14:01 -05:00
doc doc: fix formatting and move around optional requirements 2016-02-05 20:14:01 -05:00
drivers Creation of Makefiles for drivers directory. 2016-02-05 20:14:04 -05:00
host kconf: Fix build with gcc 5.1.1 2016-02-05 20:14:01 -05:00
include Bluetooth: Add bt_gatt_foreach_attr 2016-02-05 20:14:04 -05:00
kernel Creation of Makefiles for kernel and misc directory. 2016-02-05 20:14:04 -05:00
lib Creation of Makefiles for libc minimal. 2016-02-05 20:14:04 -05:00
make Bluetooth: Add GATT debug config option 2016-02-05 20:14:04 -05:00
misc Kbuild Makefile mechanism for samples and projects. 2016-02-05 20:14:05 -05:00
net Bluetooth: Remove unused BDADDR_ANY variable 2016-02-05 20:14:04 -05:00
samples Kbuild Makefile mechanism for samples and projects. 2016-02-05 20:14:05 -05:00
scripts Root Makefile adaptation. 2016-02-05 20:14:05 -05:00
shared/include/nanokernel/x86 Fix checkpatch issue - WARNING:SPACING 2016-02-05 20:13:59 -05:00
.gitattributes
.gitignore Add tools and Makefiles for Documentation 2016-02-05 20:13:58 -05:00
.mailmap
Kconfig Adding Kconfig root file. 2016-02-05 20:14:04 -05:00
Makefile Kbuild fix for clean and mrproper targets. 2016-02-05 20:14:05 -05:00
Makefile.inc Kbuild Makefile mechanism for samples and projects. 2016-02-05 20:14:05 -05:00
vxmicro-env.bash Remove references to ICC 2016-02-05 20:14:00 -05:00