diff options
| author | Matthew Wilcox <willy@debian.org> | 2002-11-03 00:21:20 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-11-03 00:21:20 -0800 |
| commit | 136e336b78507b5f43dcfce7b989162e574e201c (patch) | |
| tree | 0b156c83f5841e3f9de93e2bcb20886d4e6e2e91 /drivers/Makefile | |
| parent | 5088d993acfa6ebaf18b9e8c130af4113cc33e76 (diff) | |
[PATCH] drivers/parisc
This huge patch moves a bunch of drivers from arch/parisc/kernel to
drivers/parisc and adds some new drivers in drivers/parisc.
Diffstat (limited to 'drivers/Makefile')
| -rw-r--r-- | drivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 2224ec9303f6..3d0d038eb6ad 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -6,6 +6,7 @@ # obj-$(CONFIG_PCI) += pci/ +obj-$(CONFIG_PARISC) += parisc/ obj-$(CONFIG_ACPI) += acpi/ obj-y += serial/ obj-$(CONFIG_PARPORT) += parport/ |
