patch-1.3.85 linux/scripts/Makefile

Next file: linux/scripts/header.tk
Previous file: linux/net/netsyms.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.84/linux/scripts/Makefile linux/scripts/Makefile
@@ -2,7 +2,13 @@
 HEADER=header.tk
 TAIL=tail.tk
 
-kconfig.tk: ../arch/${ARCH}/config.in tkparse ${HEADER} ${TAIL}
+SOUNDSCRIPT=${TOPDIR}/drivers/sound/Config.in
+
+${SOUNDSCRIPT}: ${TOPDIR}/drivers/sound/configure.c
+	make -C ${TOPDIR}/drivers/sound mkscript
+
+kconfig.tk: ${SOUNDSCRIPT} ${TOPDIR}/Makefile ../arch/${ARCH}/config.in \
+		tkparse ${HEADER} ${TAIL}
 	./tkparse < ../arch/${ARCH}/config.in  > kconfig.tmp
 	@if [ -f /usr/local/bin/wish ];	then \
 		echo '#!'"/usr/local/bin/wish -f" > kconfig.tk; \

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this