$(srctree)/kernel/common/bsp does not exist anymore, remove it from CFLAGS Change-Id: I948ed9aa97469498a803916060935deb7a1a0271 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
6 lines
137 B
Makefile
6 lines
137 B
Makefile
EXTRA_CFLAGS += -I$(srctree)/include/bsp
|
|
EXTRA_CFLAGS += -I$(srctree)/include/drivers
|
|
|
|
EXTRA_AFLAGS := ${EXTRA_CFLAGS}
|
|
|
|
obj-y = system.o
|