view test/hacking-arm-thumb-interwork/Makefile.linux @ 325:7fbfddd1c354

- super old vs2005 solution files simplified (should probably be removed altogether)
author Tassilo Philipp
date Fri, 22 Nov 2019 23:00:35 +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