summaryrefslogtreecommitdiffstats
path: root/config.inc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-08-31 18:50:17 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-08-31 18:50:17 -0500
commitf333955d79cbcf03f011fb75d02fbe61237aff57 (patch)
tree261c96e1685b3af0c87cace7f85d40da1ae91ea3 /config.inc
parentyp_prot.h: Further disable bool definition (diff)
downloadrtems-libbsd-f333955d79cbcf03f011fb75d02fbe61237aff57.tar.bz2
Build System: Add option to disable IPV6 in orderly fashion
If you define DISABLE_IPV6=yes to the config.inc, then the rtems-bsd-config.h file will be modified accordingly and the IPV6 kernel sources will not be built. This is easier to manage and more correct than having a patch to do the same.
Diffstat (limited to 'config.inc')
-rw-r--r--config.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.inc b/config.inc
index 7e975d5c..63eddb10 100644
--- a/config.inc
+++ b/config.inc
@@ -1,3 +1,4 @@
-RTEMS_MAKEFILE_PATH = ${HOME}/newbsd/bsp-install/powerpc-rtems4.11/psim/
+RTEMS_MAKEFILE_PATH = ${HOME}/newbsd/bsp-install/mips-rtems4.11/jmr3904/
INSTALL_BASE = ${HOME}/newbsd/install
+DISABLE_IPV6=yes