mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 15:20:09 +08:00
Separate User Path Settings Into New File config.inc
This makes the settings available for use in other Makefiles. Specifically when tests are added.
This commit is contained in:
3
Makefile
3
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)
|
||||
|
3
config.inc
Normal file
3
config.inc
Normal file
@@ -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
|
||||
|
Reference in New Issue
Block a user