diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-04-29 21:13:14 +0000 |
---|---|---|
committer | <ralf@linux-mips.org> | 1997-04-29 21:13:14 +0000 |
commit | 19c9bba94152148523ba0f7ef7cffe3d45656b11 (patch) | |
tree | 40b1cb534496a7f1ca0f5c314a523c69f1fee464 /drivers/Makefile | |
parent | 7206675c40394c78a90e74812bbdbf8cf3cca1be (diff) |
Import of Linux/MIPS 2.1.36
Diffstat (limited to 'drivers/Makefile')
-rw-r--r-- | drivers/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 4274df602..e7b86ed1e 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -7,9 +7,9 @@ # # Note 2! The CFLAGS definitions are now in the main makefile... -SUB_DIRS := block char net #streams -MOD_SUB_DIRS := $(SUB_DIRS) -ALL_SUB_DIRS := $(SUB_DIRS) pci sbus sgi scsi sound cdrom isdn +SUB_DIRS := block char net pnp #streams +MOD_SUB_DIRS := $(SUB_DIRS) sbus +ALL_SUB_DIRS := $(SUB_DIRS) pci sgi scsi sound cdrom isdn pnp ifdef CONFIG_PCI SUB_DIRS += pci |