Previous it was renamed in favor of Qemu, now that we have board support we move this to the original name and derive a qemu board out of the platform. Change-Id: Ia8769b27defa0a39503ecf2e6ec7fc6304b6ff49 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
|