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:
Juan Manuel Cruz 2015-05-08 17:26:02 -05:00 committed by Anas Nashif
commit 5a9d51850d

View file

@ -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