summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-07 11:22:03 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-07 11:22:03 -0600
commit9bc03ed8eb542895ed55583752bbd186f51beb5e (patch)
tree93bbbe3ee6cf4b66f034b673b0ed8d04267a8cf1 /Makefile
parentInitial import (diff)
downloadrtems-libbsd-9bc03ed8eb542895ed55583752bbd186f51beb5e.tar.bz2
Separate User Path Settings Into New File config.inc
This makes the settings available for use in other Makefiles. Specifically when tests are added.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 55298b75..bc2305f4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,4 @@
-RTEMS_MAKEFILE_PATH = /home/kirspelk/sandbox/opti_touch/b_rtems_arm/arm-rtems/c/lpc3250/make
-INSTALL_BASE = /home/kirspelk/sandbox/opti_touch/b_rtems_arm/arm-rtems/lpc3250/lib
+include config.inc
include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
include $(RTEMS_CUSTOM)