15 lines
349 B
Plaintext
15 lines
349 B
Plaintext
#
|
|
# Site-specific information for all RTEMS targets
|
|
#
|
|
|
|
#
|
|
# If you're not using BOOTP/DHCP to pick up your IOC network configuration
|
|
# you may need to 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 = READLINE
|