From f50b619d9cb297b0125fe78dcd6f255eb0d91659 Mon Sep 17 00:00:00 2001 From: Graeme Russ Date: Sun, 23 Aug 2009 12:59:57 +1000 Subject: i386: Moved PCI from #ifdef to conditional compile for sc520 boards Signed-off-by: Graeme Russ --- lib_i386/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib_i386/Makefile') diff --git a/lib_i386/Makefile b/lib_i386/Makefile index ec6f23605..bb9b330ac 100644 --- a/lib_i386/Makefile +++ b/lib_i386/Makefile @@ -32,8 +32,8 @@ SOBJS-y += realmode_switch.o COBJS-y += bios_setup.o COBJS-y += board.o COBJS-y += bootm.o -COBJS-y += pci.o -COBJS-y += pci_type1.o +COBJS-$(CONFIG_PCI) += pci.o +COBJS-$(CONFIG_PCI) += pci_type1.o COBJS-y += realmode.o COBJS-y += video_bios.o COBJS-y += video.o -- cgit v1.2.3