mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-20 04:05:23 +00:00
This commit also renames boards and makes naming consistent between board name and defconfig files. quark_d2000_reference -> quark_d2000_crb quark_se_test_sss -> quark_se_sss_ctb quark_se_test -> quark_se_ctb Change-Id: Ibe6a5102edb987fe1d6ce32c8c392a87d45d6951 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
|