Files
motorBase/motorExApp/Makefile
T

11 lines
147 B
Makefile

TOP = ..
include $(TOP)/configure/CONFIG
DIRS += NoMPF
ifdef ASYN
DIRS += WithMPF
#DIRS += ipServerApp
endif
include $(TOP)/configure/RULES_DIRS