mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 11:35:22 +00:00
Define boards based on platforms/SoCs and define them under boards/. Also unify the naming of all platform, SoC and board files and use platform.h for platforms and board.h for boards. Change-Id: Icfeb96479ab5800aca98c80a79bdc3cecd645314 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
|