zephyr/boards/arduino_101/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