summaryrefslogtreecommitdiffstats
path: root/sys/boot/uboot/lib
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-08-23 01:50:34 +0000
committerimp <imp@FreeBSD.org>2010-08-23 01:50:34 +0000
commit86c4c6b1df3ee3fb37a13959ff7ba362f3010f9f (patch)
tree289a9fe244cec05bdcaf9a79e3e343ad4f250a52 /sys/boot/uboot/lib
parent5d0150b96a8d9fe21a0769888dd7b134248a27d5 (diff)
downloadFreeBSD-src-86c4c6b1df3ee3fb37a13959ff7ba362f3010f9f.zip
FreeBSD-src-86c4c6b1df3ee3fb37a13959ff7ba362f3010f9f.tar.gz
MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (which simplifies some powerpc/powerpc64 ifs)
Diffstat (limited to 'sys/boot/uboot/lib')
-rw-r--r--sys/boot/uboot/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/uboot/lib/Makefile b/sys/boot/uboot/lib/Makefile
index 11088f1..039a282 100644
--- a/sys/boot/uboot/lib/Makefile
+++ b/sys/boot/uboot/lib/Makefile
@@ -23,7 +23,7 @@ CFLAGS+= -DDISK_DEBUG
.endif
machine:
- ln -sf ${.CURDIR}/../../../${MACHINE_ARCH}/include machine
+ ln -sf ${.CURDIR}/../../../${MACHINE_CPUARCH}/include machine
CLEANFILES+= machine
OpenPOWER on IntegriCloud