diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2000-01-09 10:04:53 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2000-01-09 10:04:53 +0000 |
| commit | 27e2d53c58eea22796d9bd2ac2fcd63175280dd7 (patch) | |
| tree | b0b38359e0dc15ca79473f17a93cdc5120bec1c2 /sys/modules/linux | |
| parent | 5f82b5ac07a5f43211cc55fe4c0a61017d8c9154 (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux')
| -rw-r--r-- | sys/modules/linux/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 8ccccacfe7262..fff7c57297882 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -17,14 +17,14 @@ EXPORT_SYMS=_linux_mod CLEANFILES= linux_assym.h linux_genassym.o linux_assym.h: linux_genassym.o - genassym -o ${.TARGET} ${.ALLSRC} + genassym ${.ALLSRC} > ${.TARGET} linux_locore.o: linux_locore.s linux_assym.h - ${CC} -c -x assembler-with-cpp -DLOCORE -D_KERNEL ${CFLAGS} \ + ${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \ ${.IMPSRC} -o ${.TARGET} linux_genassym.o: linux_genassym.c linux.h @ machine - ${CC} -c ${CFLAGS} -U_KERNEL ${.IMPSRC} + ${CC} -c ${CFLAGS} ${.IMPSRC} opt_compat.h: echo "#define COMPAT_43 1" > opt_compat.h |
