diff options
author | Alex deVries <Alex.deVries@windriver.com> | 1999-01-27 04:50:27 +0000 |
---|---|---|
committer | Alex deVries <Alex.deVries@windriver.com> | 1999-01-27 04:50:27 +0000 |
commit | 6f8fbd8c4d4278453711319149ffffd3bf09df26 (patch) | |
tree | b5e099c8147be763fa6a1172b0b9eb532fe3f305 /drivers/sgi/Makefile | |
parent | ec64862792a20b0114c4cf556f270a49dec5dc7b (diff) |
Ulf's HAL driver.
- Alex
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 |