summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-10-08 12:52:30 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-12-20 11:22:26 +0100
commitf5a38adb85feafb92b6580d5c08260c3e525919c (patch)
treef6dbc8836aa114ef9a3dd01cb95fbe9f559ffad2 /Makefile
parentAlways enable IPv6 (diff)
downloadrtems-libbsd-f5a38adb85feafb92b6580d5c08260c3e525919c.tar.bz2
Simplify config.inc and use new reference BSP
Use arm/realview_pbx_a9_qemu as the new reference BSP. This BSP offeres NULL pointer read/write protection and runs on the Qemu simulator. With this BSP it is possible to run network tests which use a virtual network based on TAP devices.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c0497ec4..dbe487bf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
include config.inc
+RTEMS_MAKEFILE_PATH = $(PREFIX)/$(TARGET)/$(BSP)
include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg