summaryrefslogtreecommitdiff
path: root/hello/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hello/Makefile')
-rw-r--r--hello/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/hello/Makefile b/hello/Makefile
new file mode 100644
index 0000000..9f3b0c3
--- /dev/null
+++ b/hello/Makefile
@@ -0,0 +1,14 @@
+#
+# $Id$
+#
+
+include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
+include $(RTEMS_CUSTOM)
+include $(RTEMS_ROOT)/make/directory.cfg
+
+SUBDIRS=hello_world_c
+
+# If the POSIX API isn't enabled, we can't build these
+ifeq ($(RTEMS_HAS_POSIX_API),yes)
+SUBDIRS += posix_hello_world both_hello
+endif