Skip to content
Snippets Groups Projects
Commit 3ea23f8a 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 7006d426
No related branches found
No related tags found
1 merge request!17E3-962: Apply changes for the next e3 release
Pipeline #133793 skipped
......@@ -2,7 +2,7 @@ LEGACY_RSET = YES
where_am_I := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
include $(E3_REQUIRE_TOOLS)/driver.makefile
include $(E3_REQUIRE_CONFIG)/DECOUPLE_FLAGS
ASYN = asyn
......
......@@ -14,7 +14,7 @@ include $(TOP)/configure/CONFIG_MODULE
endif
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_DKMS_L
......
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