aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg/arm/Makefile.target
blob: bc6962ecc6880176e1e37c6a4b646d3a835e36d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- Mode: makefile -*-
#
# ARM - included from tests/tcg/Makefile.target
#

ARM_SRC=$(SRC_PATH)/tests/tcg/arm

# Set search path for all sources
VPATH 		+= $(ARM_SRC)


hello-arm: CFLAGS+=-marm -ffreestanding
hello-arm: LDFLAGS+=-nostdlib