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.
This commit is contained in:
Joel Sherrill
2012-08-31 18:50:17 -05:00
parent 01099752a6
commit f333955d79
5 changed files with 26 additions and 3 deletions

View File

@@ -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