Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15197
b: refs/heads/master
c: 52f975e
h: refs/heads/master
i:
  15195: 00ae55e
v: v3
  • Loading branch information
Milton Miller authored and Linus Torvalds committed Dec 16, 2005
1 parent 69ec19a commit ed6e5c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dfded4ae71080b53798c7bbf4628a9b22d1e3e8b
refs/heads/master: 52f975ea21e28871a371c2d941e13d64c9f8cd66
7 changes: 3 additions & 4 deletions trunk/drivers/pci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ obj-y += access.o bus.o probe.o remove.o pci.o quirks.o \
pci-driver.o search.o pci-sysfs.o rom.o setup-res.o
obj-$(CONFIG_PROC_FS) += proc.o

# Build PCI Express stuff if needed
obj-$(CONFIG_PCIEPORTBUS) += pcie/

obj-$(CONFIG_HOTPLUG) += hotplug.o

# Build the PCI Hotplug drivers if we were asked to
Expand Down Expand Up @@ -40,7 +43,3 @@ endif
ifeq ($(CONFIG_PCI_DEBUG),y)
EXTRA_CFLAGS += -DDEBUG
endif

# Build PCI Express stuff if needed
obj-$(CONFIG_PCIEPORTBUS) += pcie/

0 comments on commit ed6e5c9

Please sign in to comment.