comparison test/hacking-arm-thumb-interwork/Makefile.linux @ 0:3e629dc19168

initial from svn dyncall-1745
author Daniel Adler
date Thu, 19 Mar 2015 22:24:28 +0100
parents
children f13444192ceb
comparison
equal deleted inserted replaced
-1:000000000000 0:3e629dc19168
1 TARGETS = test
2 TARGET_ARCH += -mthumb-interwork
3 all: test
4 thumb.o: thumb.c
5 $(COMPILE.c) $< -mthumb $(OUTPUT_OPTION)
6 test: test.o thumb.o arm.o
7 $(LINK.o) $^ $(OUTPUT_OPTION)
8 clean:
9 $(RM) $(TARGETS) *.o
10