summaryrefslogtreecommitdiff
path: root/cpuuse/Makefile
blob: 36b7dd4cfbc8477b9cfaf1cfbeab93d9e9fd7c90 (plain)
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=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