diff --git a/iocBoot/iocAerotech/Makefile b/iocBoot/iocAerotech/Makefile new file mode 100755 index 00000000..adea2d88 --- /dev/null +++ b/iocBoot/iocAerotech/Makefile @@ -0,0 +1,8 @@ +TOP = ../.. +include $(TOP)/configure/CONFIG +ARCH = vxWorks-ppc32-debug +#!ARCH = linux-x86_64 +TARGETS = cdCommands +TARGETS += envPaths +include $(TOP)/configure/RULES.ioc +