summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 19:15:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 19:15:00 +0000
commit30dff73f4b770f82c322f957f48aa1a5802d9404 (patch)
tree53c90f6c5318b5005f16f9a9d078e63fe82a87cf /Makefile
parentba33011f7f1f48a626bb67447d36b447c39b2276 (diff)
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile: New file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..2a27a41
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,18 @@
+#
+# Makefile,v 1.1 2002/11/18 14:13:30 joel Exp
+#
+
+include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
+
+SUBDIRS= netdemo netlink http dnstest ntp select tftpTest ttcp
+
+# This requires something that is optional and we need to test for it
+#SUBDIRS+= rpc_demo
+
+ifeq ($(RTEMS_HAS_POSIX_API),yes)
+SUBDIRS +=
+endif
+
+include $(RTEMS_CUSTOM)
+include $(RTEMS_ROOT)/make/directory.cfg
+