summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/sgi/Makefile12
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