summaryrefslogtreecommitdiff
path: root/sys/arch/beagle/conf/Makefile.beagle
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/beagle/conf/Makefile.beagle')
-rw-r--r--sys/arch/beagle/conf/Makefile.beagle6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/beagle/conf/Makefile.beagle b/sys/arch/beagle/conf/Makefile.beagle
index 9424ed39310..fc219f49a6d 100644
--- a/sys/arch/beagle/conf/Makefile.beagle
+++ b/sys/arch/beagle/conf/Makefile.beagle
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.beagle,v 1.10 2010/04/26 22:11:37 deraadt Exp $
+# $OpenBSD: Makefile.beagle,v 1.11 2010/04/26 22:21:14 deraadt Exp $
# This makefile is constructed from a machine description:
# config machineid
@@ -31,9 +31,9 @@ S!= cd ../../../..; pwd
.endif
_mach?= beagle
-_machdir?= $S/arch/beagle
_arch?= arm
-_archdir?= $S/arch/arm
+_machdir?= $S/arch/${_mach}
+_archdir?= $S/arch/${_arch}
INCLUDES= -nostdinc -I. -I$S/arch -I$S
CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL -D__${_mach}__