From 30dff73f4b770f82c322f957f48aa1a5802d9404 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 21 Jun 2007 19:15:00 +0000 Subject: 2007-06-21 Joel Sherrill * Makefile: New file. --- Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Makefile (limited to 'Makefile') 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 + -- cgit v1.2.3