mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-13 05:25:24 +00:00
This commit adds the following features to Makefile.inc: - The location of the project (PROJECT_BASE) can be specified as a parameter. - BSP and KERNEL_TYPE parameters can be used to specify a default configuration. - The default configuration is created everytime the target all and qemu are invoked. - initconfig target creates a default configuration. - The name of the file for the configuration snippet can now be selected using the parameter CONF_OVERLAY. - The clean target is able to remove generated files even if a different PROJECT_BASE is defined. Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com> Change-Id: Iabd8469465f57c222972f326fe997be58fb87f41 |
||
---|---|---|
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 |