diff options
author | eadler <eadler@FreeBSD.org> | 2013-06-17 21:30:46 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-06-17 21:30:46 +0000 |
commit | 205b1e11412d861302f2ee459885976b9d8bb8a5 (patch) | |
tree | 1ffab2a1ea787f61a6225a01fbacf765abf50b01 | |
parent | db5975426646d397853b96e2aa814898a37abba8 (diff) | |
download | FreeBSD-src-205b1e11412d861302f2ee459885976b9d8bb8a5.zip FreeBSD-src-205b1e11412d861302f2ee459885976b9d8bb8a5.tar.gz |
Add missing dependency to linux${SFX}_genassym.c
Submitted by: nox
MFC After: 3 days
-rw-r--r-- | sys/modules/linux/Makefile | 2 |
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) |