9 lines
179 B
Plaintext
9 lines
179 B
Plaintext
TOP = ../..
|
|
include $(TOP)/configure/CONFIG
|
|
ARCH = _ARCH_
|
|
|
|
# vxWorks architecture needs a cdCommands file to be built
|
|
buildInstall: cdCommands
|
|
|
|
include $(TOP)/configure/RULES.ioc
|