view test/hacking-arm-thumb-interwork/Makefile.linux @ 498:fd9ba3a6d348

- corrections in tool usage in lastly added disas_examples
author Tassilo Philipp
date Wed, 23 Mar 2022 15:33:09 +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