zephyr/arch/arm/platforms/fsl_frdm_k64f/Makefile
Peter Mitsis fd0f9a2047 arm: Rename IRQ_VECTOR_TABLE_BSP to IRQ_VECTOR_TABLE_PLATFORM
Replaces references to obsolete BSP terminology with platform.

Change-Id: Ibd083558bbbb08a16a68d58251774fb4c84cbbf8
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:14:43 -05:00

12 lines
282 B
Makefile

ccflags-y +=-I$(srctree)/include/drivers
ccflags-y +=-I$(srctree)/drivers
ccflags-y +=-I$(srctree)/arch/arm/platforms/fsl_frdm_k64f
asflags-y := ${ccflags-y}
obj-y += system.o
obj-y += nmi_on_reset.o
obj-y += wdog.o
obj-$(CONFIG_IRQ_VECTOR_TABLE_PLATFORM) += irq_vector_table.o