This adds the pinmux driver for use with Arduino Due. The default for pinmux (mostly) reflects the pin layout on the board. Change-Id: I80827ee8bc507567e0cc04b3c8c48580aadf2b3f Signed-off-by: Daniel Leung <daniel.leung@intel.com>
6 lines
157 B
Makefile
6 lines
157 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_due.o
|