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:
parent
fb74cd4a79
commit
4aff07c4e0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue