20 lines
489 B
Plaintext
20 lines
489 B
Plaintext
#
|
|
# Site-specific information for all RTEMS targets
|
|
#
|
|
#-------------------------------------------------------
|
|
|
|
# Where to find RTEMS
|
|
#
|
|
RTEMS_BASE=/usr/local/rtems/rtems-4.7
|
|
RTEMS_VERSION=4.7
|
|
|
|
# If you're using neither BOOTP/DHCP nor FLASH to pick up your IOC
|
|
# network configuration you must specify your Internet Domain Name here
|
|
#
|
|
OP_SYS_CFLAGS += -DRTEMS_NETWORK_CONFIG_DNS_DOMAINNAME=aps.anl.gov
|
|
|
|
#
|
|
# Specify your desired command-line-input library
|
|
#
|
|
EPICSCOMMANDLINE_LIBRARY = EPICS
|