summaryrefslogtreecommitdiff
path: root/gcc/Makefile.rtems_gcjinit
blob: a09dd49771aafa9dca491e6483014315657e1772 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
#  Makefile for GCJ testsuite
#

include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg

# Tool helpers

all: rtems_gcj_init.o

clean:
	rm -f rtems_gcj_init.o

rtems_gcj_init.o: ${SCRIPTDIR}/gcc/rtems_gcj_init.c
	$(CC) $(CFLAGS) $(CPU_CFLAGS) -c ${SCRIPTDIR}/gcc/rtems_gcj_init.c