From 9bc03ed8eb542895ed55583752bbd186f51beb5e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 7 Mar 2012 11:22:03 -0600 Subject: [PATCH] Separate User Path Settings Into New File config.inc This makes the settings available for use in other Makefiles. Specifically when tests are added. --- Makefile | 3 +-- config.inc | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 config.inc 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) diff --git a/config.inc b/config.inc new file mode 100644 index 00000000..1f9e1425 --- /dev/null +++ b/config.inc @@ -0,0 +1,3 @@ +RTEMS_MAKEFILE_PATH = /home/joel/rtems-4.11-work/bsp-install/powerpc-rtems4.11/psim/ +INSTALL_BASE = /home/joel/newbsd/libbsd-8.2/install +