diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-12-29 05:07:58 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-12-29 05:07:58 +0000 |
| commit | c447342094276b4d604449bb776063c7b88c4992 (patch) | |
| tree | ef56d86971063bc4ba98e49e723dab1d7ebf8a56 /sys/modules/linux | |
| parent | 664a31e4967a61ec61870f45adc2f1400617993e (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux')
| -rw-r--r-- | sys/modules/linux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 1e7a5ce3410d..8ccccacfe726 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -20,11 +20,11 @@ linux_assym.h: linux_genassym.o genassym -o ${.TARGET} ${.ALLSRC} linux_locore.o: linux_locore.s linux_assym.h - ${CC} -c -x assembler-with-cpp -DLOCORE -DKERNEL ${CFLAGS} \ + ${CC} -c -x assembler-with-cpp -DLOCORE -D_KERNEL ${CFLAGS} \ ${.IMPSRC} -o ${.TARGET} linux_genassym.o: linux_genassym.c linux.h @ machine - ${CC} -c ${CFLAGS} -UKERNEL ${.IMPSRC} + ${CC} -c ${CFLAGS} -U_KERNEL ${.IMPSRC} opt_compat.h: echo "#define COMPAT_43 1" > opt_compat.h |
