summaryrefslogtreecommitdiffstats
path: root/sys/modules/sound/driver
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2012-01-03 21:04:54 +0000
committerpfg <pfg@FreeBSD.org>2012-01-03 21:04:54 +0000
commitedbbf08b0ef92810fa395933944c18475d1181b1 (patch)
treeca7b51900b8b50258b9a90c10e49ec39f46927b0 /sys/modules/sound/driver
parentb759911211e03135d6bf5a0eaaf1f806eeeeff88 (diff)
downloadFreeBSD-src-edbbf08b0ef92810fa395933944c18475d1181b1.zip
FreeBSD-src-edbbf08b0ef92810fa395933944c18475d1181b1.tar.gz
Replace a GPL'd header in the emu10k1 snd driver code.
This brings in the emuxkireg.h from NetBSD (dev/pci) which is used for the same purpose but is smaller. The emu10k1 is now free from the GPL. PR: 153901 Obtained from: NetBSD Approved by: core (mentor implicit) MFC after: 2 weeks
Diffstat (limited to 'sys/modules/sound/driver')
-rw-r--r--sys/modules/sound/driver/emu10k1/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/modules/sound/driver/emu10k1/Makefile b/sys/modules/sound/driver/emu10k1/Makefile
index 14fc0c9..ab745f8 100644
--- a/sys/modules/sound/driver/emu10k1/Makefile
+++ b/sys/modules/sound/driver/emu10k1/Makefile
@@ -4,16 +4,8 @@
${.CURDIR}/../../../../gnu/dev/sound/pci
KMOD= snd_emu10k1
-SRCS= device_if.h bus_if.h pci_if.h emu10k1-alsa%diked.h
+SRCS= device_if.h bus_if.h emuxkireg.h pci_if.h
SRCS+= mpufoi_if.h
SRCS+= emu10k1.c
-CLEANFILES+= emu10k1-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}
-
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud