summaryrefslogblamecommitdiffstats
path: root/task_priority/Makefile
blob: b75efbff62ae97bec75dfa51dcbf169c90a280eb (plain) (tree)
1
2
3
4
5
6
7




                                                           

       















                                           
#
#  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