This commit adaptes the Kbuild system to the change of location of the header files for drivers. Old location: driver/ New location: include/driver/ Change-Id: Ic49d373149ee44d781419c5c68e59408c8ef1c11 Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
5 lines
179 B
Makefile
5 lines
179 B
Makefile
EXTRA_CFLAGS +=-I$(srctree)/include/drivers
|
|
EXTRA_CFLAGS +=-I$(srctree)/arch/x86/generic_pc
|
|
EXTRA_CFLAGS +=-I$(srctree)/arch/x86
|
|
|
|
obj-${CONFIG_PIC}${CONFIG_SHUTOFF_PIC} = i8259.o
|