diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2007-05-23 15:45:52 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2007-05-23 15:45:52 +0000 |
| commit | a96811b171d9d75f46296803bdf9063acf753cb1 (patch) | |
| tree | 452499844fb8ba91a1656f2fd90d64fe3bf6004f /sys/modules/linux | |
| parent | bd82bbb1458a5bd038a3cc4b5495269d885f6dcb (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux')
| -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 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} |
