summaryrefslogtreecommitdiff
path: root/cpuuse/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpuuse/Makefile')
-rw-r--r--cpuuse/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/cpuuse/Makefile b/cpuuse/Makefile
new file mode 100644
index 0000000..e00b2a4
--- /dev/null
+++ b/cpuuse/Makefile
@@ -0,0 +1,21 @@
+#
+# Makefile for Ada Dump URL example
+#
+# See README.Makefiles in the main ada-examples directory.
+#
+
+PROGRAM=cpuuse
+
+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 =
+EXTRA_GNATFLAGS=-fstack-check
+
+include ../Makefile.shared
+
+empty.o: empty.c