diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 18:39:15 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 18:39:15 +0000 |
commit | 17e1f4bf71fcdd4743e5ee4f9b83461381dfda83 (patch) | |
tree | b5ede759ad45bba0f33e6fe434c4538d2da322d9 /audio/aureal-kmod/files/patch-Makefile.inc | |
parent | Oops, forgot to add LIB_DEPENDS and BUILD_DEPENDS.. (diff) |
Slightly simplify Makefiles used to build the kld's (w/o functionality change).
Notes
Notes:
svn path=/head/; revision=37256
Diffstat (limited to 'audio/aureal-kmod/files/patch-Makefile.inc')
-rw-r--r-- | audio/aureal-kmod/files/patch-Makefile.inc | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/audio/aureal-kmod/files/patch-Makefile.inc b/audio/aureal-kmod/files/patch-Makefile.inc index 4eb45600cdac..c09f270cae54 100644 --- a/audio/aureal-kmod/files/patch-Makefile.inc +++ b/audio/aureal-kmod/files/patch-Makefile.inc @@ -1,15 +1,17 @@ $FreeBSD$ ---- Makefile.inc.orig Mon Jan 15 18:44:49 2001 -+++ Makefile.inc Mon Jan 15 18:44:49 2001 -@@ -0,0 +1,9 @@ +--- Makefile.inc.orig Tue Jan 16 20:33:37 2001 ++++ Makefile.inc Tue Jan 16 20:35:06 2001 +@@ -0,0 +1,11 @@ +.PATH: /sys/dev/sound/pci ${WRKSRC} + +KMODDIR = ${PREFIX}/lib/au88x0 -+SRCS += device_if.h bus_if.h isa_if.h pci_if.h ++KMOD = snd_au88${MODEL} +SRCS += au88x0.c ++SRCS += device_if.h bus_if.h isa_if.h pci_if.h +.if ${OSVERSION} > 500000 +SRCS += ac97_if.h channel_if.h feeder_if.h mixer_if.h +.endif ++OBJS = ${WRKSRC}/asp${MODEL}.o +CFLAGS += -I${WRKSRC} |