mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-22 15:15:22 +00:00
Quark SE development board provides an ARC core and thus requires a board definition so developpers can flash this core as well. Change-Id: I3612e3b0c4d7085af4fcf3fa1f6233849a05c8b4 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
6 lines
120 B
Makefile
6 lines
120 B
Makefile
ccflags-y += -I$(srctree)/include/drivers
|
|
ccflags-y += -I$(srctree)/drivers
|
|
asflags-y := ${ccflags-y}
|
|
|
|
obj-y += board.o
|