diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-07-10 01:46:17 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-07-10 01:46:17 +0000 |
commit | ec3b7f5e05710f0d28225abb84db4367063876c1 (patch) | |
tree | 0513451f5ae5e4220fc66306a1d27bde97ea4f86 /drivers/sgi | |
parent | 01154f067a56aa07988e8f6f978c93f5749d7bd0 (diff) |
Remove broken garbage, wonder where it came from.
Diffstat (limited to 'drivers/sgi')
-rw-r--r-- | drivers/sgi/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/sgi/Makefile b/drivers/sgi/Makefile index 37df697c1..3de37311c 100644 --- a/drivers/sgi/Makefile +++ b/drivers/sgi/Makefile @@ -9,13 +9,7 @@ SUB_DIRS := MOD_SUB_DIRS := $(SUB_DIRS) char -ifdef CONFIG_SGI_IO -MOD_SUB_DIRS += io -endif ALL_SUB_DIRS := $(SUB_DIRS) char -ifdef CONFIG_SGI_IO -ALL_SUB_DIRS += io -endif L_OBJS := @@ -25,12 +19,6 @@ MOD_LIST_NAME := SGI_MODULES # Character and Audio devices for SGI machines. # SUB_DIRS += char -ifdef CONFIG_SGI_IO -SUB_DIRS += io -endif L_OBJS += char/sgichar.o -ifdef CONFIG_SGI_IO -L_OBJS += io/sgiio.o -endif include $(TOPDIR)/Rules.make |