zephyr/ext/Kbuild
Anas Nashif cf9613deec kconfig: build code conditionally when possible
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-08-14 20:32:26 -04:00

5 lines
77 B
Makefile

obj-y += hal/
obj-y += lib/
obj-$(CONFIG_FILE_SYSTEM) += fs/
obj-y += debug/