summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-01 15:01:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-01 15:01:59 +0000
commit93e3b8a36e1d1e870043e640068b4ed750bcec72 (patch)
treeb10c73d3631b6fc22e3bd0b25276819733c71ffb /c/src
parentPatch from David Fiddes <D.J.Fiddes@hw.ac.uk> to make ASFLAGS include the (diff)
downloadrtems-93e3b8a36e1d1e870043e640068b4ed750bcec72.tar.bz2
Moved to network demos
Diffstat (limited to 'c/src')
-rw-r--r--c/src/tests/samples/Makefile.in9
1 files changed, 1 insertions, 8 deletions
diff --git a/c/src/tests/samples/Makefile.in b/c/src/tests/samples/Makefile.in
index 571f7c3f3b..a76b6478f7 100644
--- a/c/src/tests/samples/Makefile.in
+++ b/c/src/tests/samples/Makefile.in
@@ -17,13 +17,6 @@ include $(RTEMS_ROOT)/make/directory.cfg
CPLUSPLUS_TESTS_yes_V = cdtest
CPLUSPLUS_TESTS = $(CPLUSPLUS_TESTS_$(HAS_CPLUSPLUS)_V)
-# We only build the sockets tests if HAS_KA9Q was defined
-SOCKET_yes_V = socket
-SOCKET = $(SOCKET_$(HAS_KA9Q)_V)
-
-HOSTSOCKET_yes_V = socket/pgmHost
-HOSTSOCKET = $(HOSTSOCKET_$(HAS_KA9Q)_V)
-
# base_mp is a sample multiprocessing test
# We only build it if HAS_MP was defined
@@ -32,7 +25,7 @@ MP_TESTS = $(MP_TESTS_$(HAS_MP)_V)
FP_TESTS = paranoia
-SUB_DIRS=hello ticker base_sp $(HOSTSOCKET) $(SOCKET) \
+SUB_DIRS=hello ticker base_sp \
$(MP_TESTS) $(CPLUSPLUS_TESTS) $(FP_TESTS)