summaryrefslogtreecommitdiffstats
path: root/sys/modules/sound
diff options
context:
space:
mode:
authorariff <ariff@FreeBSD.org>2009-06-10 06:49:45 +0000
committerariff <ariff@FreeBSD.org>2009-06-10 06:49:45 +0000
commitddb9834c3c59bcc9abdda53584a7676e799b99e2 (patch)
tree19f80fbb394eb5dff56db925d0cc2c74c991c01c /sys/modules/sound
parent91bcf57cdbc4f9a15e2f54b6ace79f08d4b3ce85 (diff)
downloadFreeBSD-src-ddb9834c3c59bcc9abdda53584a7676e799b99e2.zip
FreeBSD-src-ddb9834c3c59bcc9abdda53584a7676e799b99e2.tar.gz
Move all sound related scripts to its own 'sound' subdir.
Suggested by: jmallett
Diffstat (limited to 'sys/modules/sound')
-rw-r--r--sys/modules/sound/sound/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/modules/sound/sound/Makefile b/sys/modules/sound/sound/Makefile
index cd25108..67403ba 100644
--- a/sys/modules/sound/sound/Makefile
+++ b/sys/modules/sound/sound/Makefile
@@ -19,14 +19,14 @@ SRCS+= ac97.c ac97_patch.c buffer.c channel.c clone.c dsp.c
SRCS+= mixer.c sndstat.c sound.c unit.c vchan.c
SRCS+= midi.c mpu401.c sequencer.c
-feeder_eq_gen.h: @ @/tools/feeder_eq_mkfilter.awk machine
- ${AWK} -f @/tools/feeder_eq_mkfilter.awk -- ${FEEDER_EQ_PRESETS} > ${.TARGET}
+feeder_eq_gen.h: @ @/tools/sound/feeder_eq_mkfilter.awk machine
+ ${AWK} -f @/tools/sound/feeder_eq_mkfilter.awk -- ${FEEDER_EQ_PRESETS} > ${.TARGET}
-feeder_rate_gen.h: @ @/tools/feeder_rate_mkfilter.awk machine
- ${AWK} -f @/tools/feeder_rate_mkfilter.awk -- ${FEEDER_RATE_PRESETS} > ${.TARGET}
+feeder_rate_gen.h: @ @/tools/sound/feeder_rate_mkfilter.awk machine
+ ${AWK} -f @/tools/sound/feeder_rate_mkfilter.awk -- ${FEEDER_RATE_PRESETS} > ${.TARGET}
-snd_fxdiv_gen.h: @ @/tools/snd_fxdiv_gen.awk machine
- ${AWK} -f @/tools/snd_fxdiv_gen.awk -- > ${.TARGET}
+snd_fxdiv_gen.h: @ @/tools/sound/snd_fxdiv_gen.awk machine
+ ${AWK} -f @/tools/sound/snd_fxdiv_gen.awk -- > ${.TARGET}
CLEANFILES+= feeder_eq_gen.h feeder_rate_gen.h snd_fxdiv_gen.h
OpenPOWER on IntegriCloud