mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-28 07:20:16 +00:00
Part of the targopts.h change in generation patch from Ralf Corsepius
<corsepiu@faw.uni-ulm.de>.
This commit is contained in:
@@ -62,6 +62,8 @@ CREATE_DIRS = \
|
||||
tests/screens/mptests/node1 tests/screens/mptests/node2 \
|
||||
build-tools update-tools
|
||||
|
||||
BUILD_DIRS = ${CREATE_DIRS:%=$(PROJECT_ROOT)/$(RTEMS_BSP)/%}
|
||||
|
||||
# Make all/install must include 'env'
|
||||
# if something is added to TARGET_VARIANTS, then account for it here
|
||||
make_src_makefiles: Makefile.in Makefile
|
||||
@@ -103,12 +105,14 @@ clean_wrapup: clean_tools clean_dirs clean_modules
|
||||
|
||||
.PHONY: dirs clean_wrapup clean_dirs clean_tools clean_modules env install
|
||||
|
||||
dirs:
|
||||
-$(MKDIR) ${CREATE_DIRS:%=$(PROJECT_ROOT)/$(RTEMS_BSP)/%}
|
||||
$(BUILD_DIRS):
|
||||
-$(MKDIR) $(BUILD_DIRS)
|
||||
if test -d $(PROJECT_ROOT)/c/src/lib/libhwapi; then \
|
||||
(cd $(PROJECT_ROOT)/c/src/lib/libhwapi ; $(MAKE) mkdirs) \
|
||||
fi
|
||||
|
||||
dirs: $(BUILD_DIRS)
|
||||
|
||||
distclean: clobber
|
||||
|
||||
clean_dirs:
|
||||
|
||||
Reference in New Issue
Block a user