Generalize interrupt_controller include path
Improves code consistency by abstracting the architecture directory in the set of assembly include paths. Change-Id: I4b3638419a1242cb0628f128c5e3b82c3357d83c Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
be587bae56
commit
7e28edbc96
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
ccflags-y +=-I$(srctree)/include/drivers
|
||||
ccflags-y +=-I$(srctree)/arch/$(ARCH)/$(subst $(DQUOTE),,$(CONFIG_PLATFORM))
|
||||
asflags-y +=-I$(srctree)/arch/x86/$(subst $(DQUOTE),,$(CONFIG_PLATFORM))
|
||||
asflags-y +=-I$(srctree)/arch/$(ARCH)/$(subst $(DQUOTE),,$(CONFIG_PLATFORM))
|
||||
|
||||
obj-${CONFIG_PIC}${CONFIG_SHUTOFF_PIC} = i8259.o
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue