Skip to content
Snippets Groups Projects
Commit 00e24305 authored by Simon Rose's avatar Simon Rose
Browse files

Allow -none- as an option for E3_DBDS

parent 84327150
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ E3_SRC_PACKAGE_DIRS = $(wildcard $(addprefix $(INSTALL_LOCATION)/,$(E3_PACKAGE_D
E3_DEST_PACKAGE_DIR = $(EPICS_MODULES)/$(E3_LIBRARY_NAME)/$(E3_LIBRARY_VERSION)
GLOBAL_DBD = $(INSTALL_LOCATION)/dbd/e3-$(E3_LIBRARY_NAME).dbd
E3_INCLUDE_DBDS = $(or $(strip $(E3_DBDS)),$(wildcard $(INSTALL_LOCATION)/dbd/*.dbd))
E3_INCLUDE_DBDS = $(if $(E3_DBDS),$(filter-out -none-,$(E3_DBDS)),$(wildcard $(INSTALL_LOCATION)/dbd/*.dbd))
define global_depfile
package: $(INSTALL_LOCATION)/lib/$(1)/$(E3_LIBRARY_NAME).dep
......
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