mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-17 22:43:02 +00:00
Move pinmux defintions under board/<board> and have all board configuration in one single place. Change-Id: I055b024384fae2938881b1c57d8ce7426e732e92 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
8 lines
194 B
Makefile
8 lines
194 B
Makefile
ccflags-y += -I$(srctree)/include/drivers
|
|
ccflags-y += -I$(srctree)/drivers
|
|
ccflags-y += -I$(srctree)/drivers/pinmux
|
|
asflags-y := ${ccflags-y}
|
|
|
|
obj-$(CONFIG_PINMUX) += pinmux.o
|
|
obj-y += board.o
|