forked from epics_driver_modules/motorBase
10 lines
126 B
Makefile
10 lines
126 B
Makefile
TOP = ..
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
DIRS += NoMPF
|
|
ifdef ASYN
|
|
DIRS += WithMPF
|
|
endif
|
|
|
|
include $(TOP)/configure/RULES_DIRS
|