This commit fixes an issue with the inclusion path for the board.h file for the pentium BSP. Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com> Change-Id: I28172f8071b907aa61660ec8b8009e83cb2aa5ea
10 lines
196 B
Makefile
10 lines
196 B
Makefile
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
|
|
|
|
obj-$(CONFIG_PIT) = i8253.o
|