aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/linux
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2007-05-23 15:45:52 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2007-05-23 15:45:52 +0000
commita96811b171d9d75f46296803bdf9063acf753cb1 (patch)
tree452499844fb8ba91a1656f2fd90d64fe3bf6004f /sys/modules/linux
parentbd82bbb1458a5bd038a3cc4b5495269d885f6dcb (diff)
Notes
Diffstat (limited to 'sys/modules/linux')
-rw-r--r--sys/modules/linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index 5d956d99d74e8..58d5b11c555c1 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -45,7 +45,7 @@ linux${SFX}_locore.o: linux${SFX}_locore.s linux${SFX}_assym.h
${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \
${.IMPSRC} -o ${.TARGET}
-linux${SFX}_support.o: linux${SFX}_support.s assym.s
+linux${SFX}_support.o: linux${SFX}_support.s assym.s linux${SFX}_assym.h
${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \
${.IMPSRC} -o ${.TARGET}