summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-06-17 21:30:46 +0000
committereadler <eadler@FreeBSD.org>2013-06-17 21:30:46 +0000
commit205b1e11412d861302f2ee459885976b9d8bb8a5 (patch)
tree1ffab2a1ea787f61a6225a01fbacf765abf50b01 /sys/modules
parentdb5975426646d397853b96e2aa814898a37abba8 (diff)
downloadFreeBSD-src-205b1e11412d861302f2ee459885976b9d8bb8a5.zip
FreeBSD-src-205b1e11412d861302f2ee459885976b9d8bb8a5.tar.gz
Add missing dependency to linux${SFX}_genassym.c
Submitted by: nox MFC After: 3 days
Diffstat (limited to 'sys/modules')
-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 95f5920..9d8dcf9 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -52,7 +52,7 @@ 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}
-linux${SFX}_genassym.o: linux${SFX}_genassym.c linux.h @ machine
+linux${SFX}_genassym.o: linux${SFX}_genassym.c linux.h @ machine x86
${CC} -c ${CFLAGS:N-fno-common} ${.IMPSRC}
.if !defined(KERNBUILDDIR)
OpenPOWER on IntegriCloud