diff options
Diffstat (limited to 'drivers/sgi/Makefile')
-rw-r--r-- | drivers/sgi/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/drivers/sgi/Makefile b/drivers/sgi/Makefile index 40cb89eaa..e5ef5f820 100644 --- a/drivers/sgi/Makefile +++ b/drivers/sgi/Makefile @@ -8,15 +8,17 @@ # Note 2! The CFLAGS definitions are now in the main makefile... SUB_DIRS := -MOD_SUB_DIRS := $(SUB_DIRS) -ALL_SUB_DIRS := $(SUB_DIRS) char +MOD_SUB_DIRS := $(SUB_DIRS) audio +ALL_SUB_DIRS := $(SUB_DIRS) char audio + L_OBJS := L_TARGET := sgi.a +MOD_LIST_NAME := SGI_MODULES -# Character devices for SGI machines. +# Character and Audio devices for SGI machines. # -SUB_DIRS += char -L_OBJS += char/sgichar.o +SUB_DIRS += char audio +L_OBJS += char/sgichar.o audio/sgiaudio.o include $(TOPDIR)/Rules.make |