diff options
Diffstat (limited to 'sys/arm/conf/ALPINE')
-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 |