summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-09-30 15:13:55 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-10-08 14:51:20 +0200
commit74a133dbac5a7ada3b68d7ce57a9d686d1480051 (patch)
tree6afe7f768831b42ca87ef8575491da5a03bfb4f9
parentusb01: Update due to API changes (diff)
downloadrtems-libbsd-74a133dbac5a7ada3b68d7ce57a9d686d1480051.tar.bz2
Makefile: Remove superfluous include path
-rw-r--r--Makefile1
-rwxr-xr-xfreebsd-to-rtems.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fa7515eb..46c580ba 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,6 @@ COMMON_FLAGS += -Ifreebsd/sys
COMMON_FLAGS += -Ifreebsd/sys/$(RTEMS_CPU)/include
COMMON_FLAGS += -Ifreebsd/sys/contrib/altq
COMMON_FLAGS += -Ifreebsd/sys/contrib/pf
-COMMON_FLAGS += -Icopied/rtemsbsd/$(RTEMS_CPU)/include
COMMON_FLAGS += -Ifreebsd/include
COMMON_FLAGS += -Ifreebsd/lib/libc/include
COMMON_FLAGS += -Ifreebsd/lib/libc/isc/include
diff --git a/freebsd-to-rtems.py b/freebsd-to-rtems.py
index 6030cec2..3df04393 100755
--- a/freebsd-to-rtems.py
+++ b/freebsd-to-rtems.py
@@ -420,7 +420,6 @@ class ModuleManager:
'COMMON_FLAGS += -Ifreebsd/sys/$(RTEMS_CPU)/include\n' \
'COMMON_FLAGS += -Ifreebsd/sys/contrib/altq\n' \
'COMMON_FLAGS += -Ifreebsd/sys/contrib/pf\n' \
- 'COMMON_FLAGS += -Icopied/rtemsbsd/$(RTEMS_CPU)/include\n' \
'COMMON_FLAGS += -Ifreebsd/include\n' \
'COMMON_FLAGS += -Ifreebsd/lib/libc/include\n' \
'COMMON_FLAGS += -Ifreebsd/lib/libc/isc/include\n' \