diff options
author | andrew <andrew@FreeBSD.org> | 2015-05-18 08:12:08 +0000 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2015-05-18 08:12:08 +0000 |
commit | b5287aa31b94a2ee065a7c727e38e8af10df6b20 (patch) | |
tree | 5eeb603acd26b7b3bd38e5959ca3eaf1915fabae | |
parent | 844c0a1d3727cf8daa8045a85173896b5d0ed5e2 (diff) | |
download | FreeBSD-src-b5287aa31b94a2ee065a7c727e38e8af10df6b20.zip FreeBSD-src-b5287aa31b94a2ee065a7c727e38e8af10df6b20.tar.gz |
Clean up the style to be "include<space><tab>" and remove options already
in std.armv6.
-rw-r--r-- | sys/arm/conf/ALPINE | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sys/arm/conf/ALPINE b/sys/arm/conf/ALPINE index 8753af4..626dcfa 100644 --- a/sys/arm/conf/ALPINE +++ b/sys/arm/conf/ALPINE @@ -19,8 +19,8 @@ ident ALPINE -include "std.armv6" -include "../annapurna/alpine/std.alpine" +include "std.armv6" +include "../annapurna/alpine/std.alpine" makeoptions MODULES_OVERRIDE="" makeoptions WERROR="-Werror" @@ -35,11 +35,6 @@ options BREAK_TO_DEBUGGER options KDB options DDB #Enable the kernel debugger -# NFS support -options NFSCL #Network Filesystem Client -options NFSLOCKD #Network Lock Manager -options NFS_ROOT #NFS usable as /, requires NFSCLIENT - # Interrupt controller device gic |