diff options
author | 1996-10-16 10:15:11 +0000 | |
---|---|---|
committer | 1996-10-16 10:15:11 +0000 | |
commit | cc6e3f8441a27054c212a499ae24cba47b97a3c2 (patch) | |
tree | 8de4cf2964a15c97cb520eeaffd2c70a3feec007 | |
parent | kill __yp_token, other clean ups. (diff) | |
download | wireguard-openbsd-cc6e3f8441a27054c212a499ae24cba47b97a3c2.tar.xz wireguard-openbsd-cc6e3f8441a27054c212a499ae24cba47b97a3c2.zip |
compile aic7xxx_asm using HOSTCC and -U_KERNEL
-rw-r--r-- | sys/dev/microcode/aic7xxx/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/microcode/aic7xxx/Makefile.inc b/sys/dev/microcode/aic7xxx/Makefile.inc index 88ff6c63822..e11e5e06e3f 100644 --- a/sys/dev/microcode/aic7xxx/Makefile.inc +++ b/sys/dev/microcode/aic7xxx/Makefile.inc @@ -9,6 +9,7 @@ aic7xxx_seq.h: aic7xxx_asm $S/dev/microcode/aic7xxx/aic7xxx.seq ./aic7xxx_asm -o ${.TARGET} $S/dev/microcode/aic7xxx/aic7xxx.seq aic7xxx_asm: $S/dev/microcode/aic7xxx/aic7xxx_asm.c + ${HOSTCC} -U_KERNEL -o ${.TARGET} $< clean:: rm -f aic7xxx_asm |