diff options
author | fl147353 <none@none> | 2006-06-29 20:57:57 -0700 |
---|---|---|
committer | fl147353 <none@none> | 2006-06-29 20:57:57 -0700 |
commit | 582eadee8ab962bd0c2428714daa56ecb51f9402 (patch) | |
tree | 060020dc13f97ddc3f092d51b3fc17fbf3bdfdb6 /usr/src/uts/common/Makefile.rules | |
parent | 22d5e933d6a060ce0667cc89ab189f0d0b8221cf (diff) | |
download | illumos-gate-582eadee8ab962bd0c2428714daa56ecb51f9402.tar.gz |
PSARC 2006/394 Solaris audio driver for Munich Workstation
6415300 Need ALC880/885 HDA codec support (audio) for NVidia MCP55 chipset
Diffstat (limited to 'usr/src/uts/common/Makefile.rules')
-rw-r--r-- | usr/src/uts/common/Makefile.rules | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr/src/uts/common/Makefile.rules b/usr/src/uts/common/Makefile.rules index 974c094d8f..b7f6e384ce 100644 --- a/usr/src/uts/common/Makefile.rules +++ b/usr/src/uts/common/Makefile.rules @@ -428,6 +428,10 @@ $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/sada/drv/audio810/%.c $(COMPILE.c) -o $@ $< $(CTFCONVERT_O) +$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/sada/drv/audiohd/%.c + $(COMPILE.c) -o $@ $< + $(CTFCONVERT_O) + $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/sada/drv/audiots/%.c $(COMPILE.c) -o $@ $< $(CTFCONVERT_O) @@ -1159,6 +1163,9 @@ $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/sada/framework/%.c $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/sada/drv/audio810/%.c @($(LHEAD) $(LINT.c) $< $(LTAIL)) +$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/sada/drv/audiohd/%.c + @($(LHEAD) $(LINT.c) $< $(LTAIL)) + $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/sada/drv/audiots/%.c @($(LHEAD) $(LINT.c) $< $(LTAIL)) |