summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/atmel
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2007-04-05 23:41:20 +0000
committerdrahn <drahn@openbsd.org>2007-04-05 23:41:20 +0000
commit1bf3fce5379ff79f8d276f1fd919c71f0e1c05fc (patch)
tree8cd0d33edc69100f5ba99f1c5ce86b72e1f7e155 /sys/dev/microcode/atmel
parentregen (diff)
downloadwireguard-openbsd-1bf3fce5379ff79f8d276f1fd919c71f0e1c05fc.tar.xz
wireguard-openbsd-1bf3fce5379ff79f8d276f1fd919c71f0e1c05fc.zip
Allow usb microcode to be built in a cross environment. System endian has been
factored out of the result binaries already. Still need to address non usb. ok deraadt.
Diffstat (limited to 'sys/dev/microcode/atmel')
-rw-r--r--sys/dev/microcode/atmel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/microcode/atmel/Makefile b/sys/dev/microcode/atmel/Makefile
index ba2ced32be4..5197473dbb3 100644
--- a/sys/dev/microcode/atmel/Makefile
+++ b/sys/dev/microcode/atmel/Makefile
@@ -1,7 +1,8 @@
-# $OpenBSD: Makefile,v 1.13 2006/11/07 23:52:45 deraadt Exp $
+# $OpenBSD: Makefile,v 1.14 2007/04/05 23:41:20 drahn Exp $
NOPROG=
NOMAN=
+CC=${HOSTCC}
# USB capable systems only
.if (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "alpha") || \