Change-Id: I383424667f291ad4985781a7e6566c01c76ba5e0 Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com>
9 lines
307 B
Makefile
9 lines
307 B
Makefile
ccflags-y +=-I$(srctree)/include/drivers
|
|
ccflags-y +=-I$(srctree)/arch/$(ARCH)/$(subst $(DQUOTE),,$(CONFIG_BSP_DIR))
|
|
asflags-y +=-I$(srctree)/arch/x86/$(subst $(DQUOTE),,$(CONFIG_BSP_DIR))
|
|
|
|
|
|
obj-${CONFIG_PIC}${CONFIG_SHUTOFF_PIC} = i8259.o
|
|
obj-$(CONFIG_PIC) += i8259_boi.o
|
|
obj-$(CONFIG_PIC) += system_pic.o
|