diff options
Diffstat (limited to 'sys/arch/armv7/Makefile')
-rw-r--r-- | sys/arch/armv7/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/armv7/Makefile b/sys/arch/armv7/Makefile index dec7bf5711a..a19d094049e 100644 --- a/sys/arch/armv7/Makefile +++ b/sys/arch/armv7/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2013/09/04 14:38:24 patrick Exp $ +# $OpenBSD: Makefile,v 1.2 2013/12/08 14:46:39 espie Exp $ S= ${.CURDIR}/../.. KFILE= GENERIC @@ -10,6 +10,7 @@ TAGS= ${.CURDIR}/tags NOPROG= NOMAN= +NOOBJ= SUBDIR= # config the fattest kernel we can find into a temporary dir |