view test/hacking-arm-thumb-interwork/Makefile.linux @ 390:f155bda02e10 r1.2-RC2

changelog update
author Tassilo Philipp
date Fri, 22 Jan 2021 14:42:19 +0100
parents 3e629dc19168
children f13444192ceb
line wrap: on
line source

TARGETS		= test
TARGET_ARCH	+= -mthumb-interwork
all: test
thumb.o: thumb.c
	$(COMPILE.c) $< -mthumb $(OUTPUT_OPTION)
test: test.o thumb.o arm.o
	$(LINK.o) $^ $(OUTPUT_OPTION)
clean:
	$(RM) $(TARGETS) *.o