summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-30 15:56:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-30 15:56:59 +0000
commit032c100ec2cee75f401cc3fe0b8a4e20a9401617 (patch)
tree12ae03a54c4d40f87624981430826023316e2618 /make
parentNew file. Based on merged of shared libchip style console.c and the (diff)
downloadrtems-032c100ec2cee75f401cc3fe0b8a4e20a9401617.tar.bz2
Added HAS_RTC and enabled KA9Q.
Diffstat (limited to 'make')
-rw-r--r--make/custom/dmv177.cfg6
1 files changed, 2 insertions, 4 deletions
diff --git a/make/custom/dmv177.cfg b/make/custom/dmv177.cfg
index f9a4778dd2..94a3b5acf8 100644
--- a/make/custom/dmv177.cfg
+++ b/make/custom/dmv177.cfg
@@ -83,10 +83,8 @@ CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions
# Define this to yes if this target supports multiprocessor environments.
HAS_MP=no
-# XXX temporary
-# This target does not support the ka9q tcp/ip stack so ignore requests
-# to enable it.
-HAS_KA9Q=no
+# Define this to yes if this target supports a real-time clock.
+HAS_RTC=yes
# The following is a ld command file which works without using the
# -specs system in gcc 2.8. IT HAS NEVER BEEN TESTED WITH THIS BSP!!!