diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-26 22:21:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-26 22:21:16 +0000 |
commit | c46241dc26b3f06363b71f26f4518c92fcb51e57 (patch) | |
tree | 4a034012b75df127eed0f9a2f465fede56dea410 /sys/arch/loongson/conf | |
parent | cf73c4ff4bd72c5b565aa20b4d28e922b49c282a (diff) |
even cleaner mach/arch/machdir/archdir
Diffstat (limited to 'sys/arch/loongson/conf')
-rw-r--r-- | sys/arch/loongson/conf/Makefile.loongson | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/loongson/conf/Makefile.loongson b/sys/arch/loongson/conf/Makefile.loongson index 2dd8372f60d..d911d24e962 100644 --- a/sys/arch/loongson/conf/Makefile.loongson +++ b/sys/arch/loongson/conf/Makefile.loongson @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.loongson,v 1.6 2010/04/26 22:11:37 deraadt Exp $ +# $OpenBSD: Makefile.loongson,v 1.7 2010/04/26 22:21:15 deraadt Exp $ # This makefile is constructed from a machine description: # config ``machineid'' @@ -41,9 +41,9 @@ S!= cd ../../../..; pwd .endif _mach?= loongson -_machdir?= $S/arch/loongson _arch?= mips64 -_archdir?= $S/arch/mips64 +_machdir?= $S/arch/${_mach} +_archdir?= $S/arch/${_arch} INCLUDES= -I. -I$S -I$S/arch -nostdinc CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL -D__${_mach}__ |