summaryrefslogtreecommitdiffstats
path: root/task_priority/Makefile
blob: b75efbff62ae97bec75dfa51dcbf169c90a280eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
#  Makefile for Ada Dump URL example
#
#  See README.Makefiles in the main ada-examples directory.
#
#  $Id$
#

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