pg9520/iocBoot/Makefile
author uhoppe
Mon, 10 Mar 2014 11:59:21 +0100
changeset 4 8a2328d953f0
parent 1 0ba93e52269a
permissions -rw-r--r--
Add Agilent TV 301SF Navigator pumping system.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
     1
TOP = ..
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
     2
include $(TOP)/configure/CONFIG
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
     3
DIRS += $(wildcard *ioc*)
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
     4
DIRS += $(wildcard as*)
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
     5
include $(CONFIG)/RULES_DIRS
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
     6