mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 03:15:21 +00:00
This will allow building of external components and linking them at the end of the build process to the main kernel. add a Makefile.app to the project directory with the required targets, for example Makefile.app: KBUILD_ZEPHYR_APP := /tmp/libapp.a /tmp/libapp.a: @touch /tmp/libapp.a Change-Id: If2ba6b3ee59023acc5f85c5701b65c4d096d5059 Signed-off-by: Anas Nashif <anas.nashif@intel.com> |
||
---|---|---|
arch | ||
doc | ||
drivers | ||
include | ||
kernel | ||
lib | ||
misc | ||
net | ||
samples | ||
scripts | ||
shared/include/nanokernel/x86 | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
Kconfig | ||
Makefile | ||
Makefile.inc | ||
zephyr-env.sh |