aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/Makefile
diff options
context:
space:
mode:
authorRobert Richter <robert.richter@amd.com>2008-07-02 16:50:20 -0400
committerIngo Molnar <mingo@elte.hu>2008-07-09 05:44:01 -0400
commit7fa71c0e0e371b995fdf3a367542a014c1f37f29 (patch)
tree8ef35fe8769290844dc5563dd23ce3974bf89002 /arch/x86/pci/Makefile
parent6d8566ac131f3dc3e976de824dcb04feaea4b14c (diff)
x86/pci: Makefile merge: removing include dir flag
Signed-off-by: Robert Richter <robert.richter@amd.com> Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/pci/Makefile')
-rw-r--r--arch/x86/pci/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/pci/Makefile b/arch/x86/pci/Makefile
index 3a8fb7303ad1..8645094d7423 100644
--- a/arch/x86/pci/Makefile
+++ b/arch/x86/pci/Makefile
@@ -32,9 +32,6 @@ else
32# 32#
33# Makefile for X86_64 specific PCI routines 33# Makefile for X86_64 specific PCI routines
34# 34#
35# Reuse the i386 PCI subsystem
36#
37EXTRA_CFLAGS += -Iarch/x86/pci
38 35
39obj-y := i386.o 36obj-y := i386.o
40obj-$(CONFIG_PCI_DIRECT)+= direct.o 37obj-$(CONFIG_PCI_DIRECT)+= direct.o