forked from Imagelibrary/rtems
Removed CONFIG_DIR and PROJECT_HOME directories.
This commit is contained in:
@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
||||
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
||||
|
||||
include $(RTEMS_CUSTOM)
|
||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
||||
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||
|
||||
DESTDIR=$(PROJECT_RELEASE)/build-tools
|
||||
|
||||
|
||||
@@ -11,6 +11,6 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
||||
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
||||
|
||||
include $(RTEMS_CUSTOM)
|
||||
include $(PROJECT_ROOT)/make/directory.cfg
|
||||
include $(RTEMS_ROOT)/make/directory.cfg
|
||||
|
||||
SUB_DIRS=generic $(wildcard $(RTEMS_CPU))
|
||||
|
||||
@@ -15,7 +15,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
||||
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
||||
|
||||
include $(RTEMS_CUSTOM)
|
||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
||||
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||
|
||||
DESTDIR=$(PROJECT_RELEASE)/bin
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ OBJS=$(C_O_FILES)
|
||||
PGMS=${ARCH}/gensize
|
||||
|
||||
include $(RTEMS_CUSTOM)
|
||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
||||
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||
|
||||
# We use files that have not been installed yet.
|
||||
CPU_DIR=../../cpu/$(RTEMS_CPU)
|
||||
|
||||
Reference in New Issue
Block a user