forked from epics_driver_modules/motorBase
10 lines
270 B
Plaintext
10 lines
270 B
Plaintext
# Use motor's CONFIG_SITE (this is where BUILD_IOCS is defined)
|
|
-include $(MOTOR)/configure/CONFIG_SITE
|
|
|
|
# When building submodules, this should always be true:
|
|
INSTALL_LOCATION = $(MOTOR)
|
|
|
|
# Stop submodules from installing their configuration files:
|
|
CONFIG_INSTALLS =
|
|
|