summaryrefslogtreecommitdiff
path: root/task_priority/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'task_priority/Makefile')
-rw-r--r--task_priority/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/task_priority/Makefile b/task_priority/Makefile
new file mode 100644
index 0000000..e4fba01
--- /dev/null
+++ b/task_priority/Makefile
@@ -0,0 +1,21 @@
+#
+# Makefile for Ada Dump URL example
+#
+# See README.Makefiles in the main ada-examples directory.
+#
+
+PROGRAM=task_priority
+
+include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
+include $(RTEMS_CUSTOM)
+include $(PROJECT_ROOT)/make/leaf.cfg
+
+# stack size for the first Ada thread
+CFLAGS +=-DGNAT_MAIN_STACKSPACE=100
+
+EXTRA_OBJS = empty.o
+EXTRA_GNATFLAGS=-fstack-check
+
+include ../Makefile.shared
+
+empty.o: empty.c