arm/timer: Include headers based on selected BSP

Board specific headers should be included conditionally based
on the selected BSP.

Change-Id: Ia8c32c56e94670f4c59f7acac28557dd178e44f1
Signed-off-by: Szymon Janc <szymon.janc@tieto.com>
This commit is contained in:
Szymon Janc 2015-05-29 23:23:56 +02:00 committed by Anas Nashif
commit 4aff07c4e0

View file

@ -1,6 +1,6 @@
EXTRA_CFLAGS +=-I$(srctree)/include/bsp
EXTRA_CFLAGS +=-I$(srctree)/include/drivers
EXTRA_CFLAGS +=-I$(srctree)/arch/arm/fsl_frdm_k64f
EXTRA_CFLAGS +=-I$(srctree)/arch/$(ARCH)/$(strip $(CONFIG_BSP_DIR))
obj-y = systick.o
obj-$(CONFIG_GDB_INFO) += systick_gdb.o