summaryrefslogtreecommitdiff
path: root/cpuuse/Makefile
blob: e00b2a47376aa928084ef0f78b9b08d394190ed5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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