X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=drivers%2Fpci%2FMakefile;h=716df015f8d017b4a5216f1e34e345bc5b813dd1;hb=3168c31abe0c11fd3edcefa110d6f590fe8c909f;hp=3657f6199c48f8e579a8d1f49b91c0217f1ce0d7;hpb=08cd84c81f27d5bd22ba958b7cae6d566c509280;p=powerpc.git diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index 3657f6199c..716df015f8 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile @@ -3,14 +3,9 @@ # obj-y += access.o bus.o probe.o remove.o pci.o quirks.o \ - names.o pci-driver.o search.o pci-sysfs.o \ - rom.o + pci-driver.o search.o pci-sysfs.o rom.o setup-res.o obj-$(CONFIG_PROC_FS) += proc.o -ifndef CONFIG_SPARC64 -obj-y += setup-res.o -endif - obj-$(CONFIG_HOTPLUG) += hotplug.o # Build the PCI Hotplug drivers if we were asked to @@ -46,21 +41,6 @@ ifeq ($(CONFIG_PCI_DEBUG),y) EXTRA_CFLAGS += -DDEBUG endif -hostprogs-y := gen-devlist - -# Dependencies on generated files need to be listed explicitly -$(obj)/names.o: $(obj)/devlist.h $(obj)/classlist.h -$(obj)/classlist.h: $(obj)/devlist.h - -# And that's how to generate them -quiet_cmd_devlist = DEVLIST $@ - cmd_devlist = ( cd $(obj); ./gen-devlist ) < $< -$(obj)/devlist.h: $(src)/pci.ids $(obj)/gen-devlist - $(call cmd,devlist) - -# Files generated that shall be removed upon make clean -clean-files := devlist.h classlist.h - # Build PCI Express stuff if needed obj-$(CONFIG_PCIEPORTBUS) += pcie/