diff options
author | imp <imp@FreeBSD.org> | 2010-03-29 22:29:41 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2010-03-29 22:29:41 +0000 |
commit | 093b7d0bb13b36302fd3c2fd481a00049945e2b2 (patch) | |
tree | 48ca5e0bbc7708d607f00c53f2e6cd0b3a5adb4d | |
parent | edd99818936f970b294c97bcb271d1bcafa29550 (diff) | |
download | FreeBSD-src-093b7d0bb13b36302fd3c2fd481a00049945e2b2.zip FreeBSD-src-093b7d0bb13b36302fd3c2fd481a00049945e2b2.tar.gz |
Build modules for this config to make sure they stay buildable...
-rw-r--r-- | sys/arm/conf/KB920X | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/conf/KB920X b/sys/arm/conf/KB920X index 8d5274d..336228d 100644 --- a/sys/arm/conf/KB920X +++ b/sys/arm/conf/KB920X @@ -24,7 +24,7 @@ include "../at91/std.kb920x" # The AT91 platform doesn't use /boot/loader, so we have to statically wire # hints. hints "KB920X.hints" -makeoptions MODULES_OVERRIDE="" +#makeoptions MODULES_OVERRIDE="" makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options DDB |