Skip to content
Snippets Groups Projects
Commit d5251477 authored by Lucas Magalhães's avatar Lucas Magalhães
Browse files

Replace instances of REQUIRE_CONFIG with E3_REQUIRE_CONFIG, and remove...

Replace instances of REQUIRE_CONFIG with E3_REQUIRE_CONFIG, and remove DECOUPLE_FLAGS (Autogenerated commit) [skip ci]
parent b824558d
No related branches found
No related tags found
1 merge request!12E3-962: Apply changes for the next e3 release
Pipeline #133753 skipped
...@@ -14,7 +14,7 @@ include $(TOP)/configure/CONFIG_MODULE ...@@ -14,7 +14,7 @@ include $(TOP)/configure/CONFIG_MODULE
endif endif
E3_REQUIRE_LOCATION := $(EPICS_BASE)/$(E3_REQUIRE_NAME)/$(E3_REQUIRE_VERSION) E3_REQUIRE_LOCATION := $(EPICS_BASE)/$(E3_REQUIRE_NAME)/$(E3_REQUIRE_VERSION)
REQUIRE_CONFIG := $(E3_REQUIRE_LOCATION)/configure
include $(REQUIRE_CONFIG)/CONFIG
include $(E3_REQUIRE_LOCATION)/configure/CONFIG
include $(REQUIRE_CONFIG)/RULES_SITEMODS include $(E3_REQUIRE_CONFIG)/RULES_SITEMODS
include $(TOP)/configure/module/RULES_MODULE include $(TOP)/configure/module/RULES_MODULE
-include $(TOP)/configure/module/RULES_DKMS_L -include $(TOP)/configure/module/RULES_DKMS_L
......
where_am_I := $(dir $(abspath $(lastword $(MAKEFILE_LIST)))) where_am_I := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
include ${E3_REQUIRE_TOOLS}/driver.makefile include ${E3_REQUIRE_TOOLS}/driver.makefile
include $(E3_REQUIRE_CONFIG)/DECOUPLE_FLAGS
COMMON:= common COMMON:= common
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment