mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 12:46:38 +00:00
Change-Id: I174c5736c891f94309361079cfd8b47dbb43032a Signed-off-by: Mazen NEIFER <mazen@nestwave.com>
13 lines
256 B
Makefile
13 lines
256 B
Makefile
subdir-ccflags-y +=-I$(srctree)/include/drivers
|
|
subdir-ccflags-y +=-I$(srctree)/drivers
|
|
subdir-asflags-y := ${subdir-ccflags-y}
|
|
|
|
ifneq ($(SOC_FAMILY),)
|
|
obj-y += soc/$(SOC_FAMILY)/
|
|
else
|
|
obj-y += soc/$(SOC_PATH)/
|
|
endif
|
|
|
|
obj-y += core/
|
|
obj-y += core/startup/
|