mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-03 05:43:45 +00:00
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 |
||
---|---|---|
arch | ||
config | ||
doc | ||
drivers | ||
host | ||
include | ||
kernel | ||
lib | ||
make | ||
misc | ||
net | ||
samples | ||
scripts | ||
shared/include/nanokernel/x86 | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
Kconfig | ||
Makefile | ||
Makefile.inc | ||
vxmicro-env.bash |