summaryrefslogtreecommitdiffstats
path: root/freebsd-userspace/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-07-27 07:45:06 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-07-27 07:45:06 -0500
commitbd6dd6e2337dc57406d5d40acb43fb09e9a12ff9 (patch)
tree0dcb899da470022d3d5302ccc8d8b4f82c997a9b /freebsd-userspace/Makefile
parentloopback01: New test from samples/loopback (diff)
downloadrtems-libbsd-bd6dd6e2337dc57406d5d40acb43fb09e9a12ff9.tar.bz2
net-setup: Add routing and old stack's configuration
This allows the old stack's configuration structures to be used unchanged even though this code currently does not support all of the options. It likely will never support all of the options as some should eventually come through configuration files as they would in a real FreeBSD system. Other configuration parameters are likely configurable via "hints".
Diffstat (limited to 'freebsd-userspace/Makefile')
-rw-r--r--freebsd-userspace/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/freebsd-userspace/Makefile b/freebsd-userspace/Makefile
index f7a63904..f1e1a4a7 100644
--- a/freebsd-userspace/Makefile
+++ b/freebsd-userspace/Makefile
@@ -7,6 +7,7 @@ include $(PROJECT_ROOT)/make/leaf.cfg
CFLAGS += -I $(INSTALL_BASE)/include
#CFLAGS += -ffreestanding
CFLAGS += -I include
+CFLAGS += -I rtems/include
CFLAGS += -I lib/libc/include
CFLAGS += -I sys
CFLAGS += -I local
@@ -108,6 +109,8 @@ install: $(LIB)
install -d $(INSTALL_BASE)/include
cd include; for i in `find . -name '*.h'` ; do \
install -c -m 644 -D "$$i" "$(INSTALL_BASE)/include/$$i" ; done
+ cd rtems/include; for i in `find . -name '*.h'` ; do \
+ install -c -m 644 -D "$$i" "$(INSTALL_BASE)/include/$$i" ; done
install -c -m 644 $(LIB) $(INSTALL_BASE)
clean: