summaryrefslogtreecommitdiffstats
path: root/sys/modules/sound/driver
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2012-01-11 21:17:14 +0000
committerpfg <pfg@FreeBSD.org>2012-01-11 21:17:14 +0000
commit42fe35cfd73ed8485dbe5f661f0086352f710efa (patch)
treee87db215ed7274aa2a2ba58ab70717206928fafd /sys/modules/sound/driver
parent3c57775efe7766ece81aeb3812137d8b0d53a361 (diff)
downloadFreeBSD-src-42fe35cfd73ed8485dbe5f661f0086352f710efa.zip
FreeBSD-src-42fe35cfd73ed8485dbe5f661f0086352f710efa.tar.gz
Replace GPL'd headers in the emu10kx snd driver code.
This uses the emuxkireg.h already used in the emu10k1 snd driver. Special thanks go to Alexander Motin as he was able to find some errors and reverse engineer some wrong values in the emuxkireg header. The emu10kx driver is now free from the GPL. PR: 153901 Tested by: mav, joel Approved by: jhb (mentor) MFC after: 2 weeks
Diffstat (limited to 'sys/modules/sound/driver')
-rw-r--r--sys/modules/sound/driver/emu10kx/Makefile25
1 files changed, 1 insertions, 24 deletions
diff --git a/sys/modules/sound/driver/emu10kx/Makefile b/sys/modules/sound/driver/emu10kx/Makefile
index 0b77711..0481e6c 100644
--- a/sys/modules/sound/driver/emu10kx/Makefile
+++ b/sys/modules/sound/driver/emu10kx/Makefile
@@ -11,29 +11,6 @@ SRCS+= vnode_if.h
SRCS+= emu10kx.c
SRCS+= emu10kx-pcm.c
SRCS+= emu10kx-midi.c
-# de-GPLed Makefiles
-SRCS+= emu10k1-alsa%diked.h
-SRCS+= p16v-alsa%diked.h
-SRCS+= p17v-alsa%diked.h
-
-emu10k1-alsa%diked.h: emu10k1-alsa.h
- grep -v '#include' ${.OODATE} | $(CC) -E -D__KERNEL__ -dM - \
- | awk -F"[ (]" '/define/ \
- { print "#ifndef " $$2 ; print ; print "#endif" }' \
- >${.TARGET}
-p16v-alsa%diked.h: p16v-alsa.h
- grep -v '#include' ${.OODATE} | $(CC) -E -D__KERNEL__ -dM - \
- | awk -F"[ (]" '/define/ \
- { print "#ifndef " $$2 ; print ; print "#endif" }' \
- >${.TARGET}
-p17v-alsa%diked.h: p17v-alsa.h
- grep -v '#include' ${.OODATE} | $(CC) -E -D__KERNEL__ -dM - \
- | awk -F"[ (]" '/define/ \
- { print "#ifndef " $$2 ; print ; print "#endif" }' \
- >${.TARGET}
-
-CLEANFILES+= emu10k1-alsa%diked.h
-CLEANFILES+= p16v-alsa%diked.h
-CLEANFILES+= p17v-alsa%diked.h
+SRCS+= emuxkireg.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud