Kbuild. Fix for timer hpet build on quark BSP.
This commit fixes the include path for the hpet timer build for quark BSP. Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com> Change-Id: I38345e1ec46e3c3684e1f5ecded8114ad58b5443
This commit is contained in:
parent
fd5090aca4
commit
5a9d51850d
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
EXTRA_CFLAGS +=-I$(srctree)/include/drivers
|
||||
ifeq (${CONFIG_BSP_GENERIC_PC},y)
|
||||
EXTRA_CFLAGS +=-I$(srctree)/arch/x86/generic_pc
|
||||
endif
|
||||
ifeq (${CONFIG_BSP_QUARK},y)
|
||||
EXTRA_CFLAGS +=-I$(srctree)/arch/x86/quark
|
||||
endif
|
||||
EXTRA_CFLAGS +=-I$(srctree)/arch/x86
|
||||
|
||||
obj-$(CONFIG_HPET_TIMER) += hpet.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue