pg9520/iocBoot/Makefile
author uhoppe
Tue, 18 Mar 2014 16:09:31 +0100
changeset 6 3f4c961d93ed
parent 1 0ba93e52269a
permissions -rw-r--r--
Change MPL initialisation and precision.
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