diff options
Diffstat (limited to 'sys/arch/moko/conf/Makefile.moko')
-rw-r--r-- | sys/arch/moko/conf/Makefile.moko | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/moko/conf/Makefile.moko b/sys/arch/moko/conf/Makefile.moko index ff6cc74f7b0..f2bac46409a 100644 --- a/sys/arch/moko/conf/Makefile.moko +++ b/sys/arch/moko/conf/Makefile.moko @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.moko,v 1.8 2010/04/26 22:11:37 deraadt Exp $ +# $OpenBSD: Makefile.moko,v 1.9 2010/04/26 22:21:15 deraadt Exp $ # This makefile is constructed from a machine description: # config machineid @@ -31,9 +31,9 @@ S!= cd ../../../..; pwd .endif _mach?= moko -_machdir?= $S/arch/moko _arch?= arm -_archdir?= $S/arch/arm +_machdir?= $S/arch/${_mach} +_archdir?= $S/arch/${_arch} INCLUDES= -nostdinc -I. -I$S -I$S/arch CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL -D__${_mach}__ |