summaryrefslogtreecommitdiffstats
path: root/drivers/sgi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/sgi/Makefile')
-rw-r--r--drivers/sgi/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/sgi/Makefile b/drivers/sgi/Makefile
index 675e9554f..3de37311c 100644
--- a/drivers/sgi/Makefile
+++ b/drivers/sgi/Makefile
@@ -8,8 +8,8 @@
# Note 2! The CFLAGS definitions are now in the main makefile...
SUB_DIRS :=
-MOD_SUB_DIRS := $(SUB_DIRS) char audio
-ALL_SUB_DIRS := $(SUB_DIRS) char audio
+MOD_SUB_DIRS := $(SUB_DIRS) char
+ALL_SUB_DIRS := $(SUB_DIRS) char
L_OBJS :=
@@ -18,7 +18,7 @@ MOD_LIST_NAME := SGI_MODULES
# Character and Audio devices for SGI machines.
#
-SUB_DIRS += char audio
-L_OBJS += char/sgichar.o audio/sgiaudio.o
+SUB_DIRS += char
+L_OBJS += char/sgichar.o
include $(TOPDIR)/Rules.make