mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 14:54:32 +00:00
It's basically the same pinmuxer as in CTB with different external sensors wired to it. Change-Id: Icea89a72b805d6dd2c5798c3f517c4fb00c819c9 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
7 lines
153 B
Makefile
7 lines
153 B
Makefile
ccflags-y += -I$(srctree)/include/drivers
|
|
ccflags-y += -I$(srctree)/drivers
|
|
asflags-y := ${ccflags-y}
|
|
|
|
obj-y += board.o
|
|
obj-$(CONFIG_PINMUX) += pinmux.o
|