zephyr/arch/x86/platforms/galileo/Makefile

9 lines
190 B
Makefile

ccflags-y += -I$(srctree)/include/drivers
ccflags-y += -I$(srctree)/drivers
asflags-y := ${ccflags-y}
obj-y += galileo_config.o
obj-y += galileo.o
obj-$(CONFIG_PINMUX) += galileo_pinmux.o