mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 14:14:23 +00:00
Use a real board name that can run this kernel instead of a generic name. Basic functionality exits on this board with Zephyr. Setup of the board is mostly similar to what we have in galileo (EFI based) Change-Id: Ic8554f26dcac0dbbbb6d35d863482f6207dc63c5 Signed-off-by: Anas Nashif <anas.nashif@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
|