mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-20 11:45:22 +00:00
The Galileo pinmux configuration and reboot code belong into the board and not the SoC. Change-Id: If862178569438a8901902088bd085275416c25ef Signed-off-by: Anas Nashif <anas.nashif@intel.com>
8 lines
202 B
Makefile
8 lines
202 B
Makefile
ccflags-y += -I$(srctree)/include/drivers
|
|
ccflags-y += -I$(srctree)/drivers
|
|
asflags-y := ${ccflags-y}
|
|
|
|
obj-y += board.o
|
|
obj-$(CONFIG_PINMUX) += galileo_pinmux.o
|
|
obj-$(CONFIG_REBOOT) += galileo_reboot.o
|