view fcdev3b-hacks/src/Makefile @ 590:ea22e20c3d70

targets/c1??.h: define CONFIG_TARGET_C1XX in addition to the specific target and CONFIG_TARGET_COMPAL, to help differentiate between Mot C1xx and SE J100, both in the greater Compal family
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 16 Mar 2019 06:07:12 +0000
parents 8d9298e0823a
children
line wrap: on
line source

all:	romvecs-insert.lst

romvecs-insert.o:	romvecs-insert.S
	arm-elf-gcc -c $<

romvecs-insert.lst:	romvecs-insert.o
	arm-elf-objdump -d $< > $@

clean:
	rm -f romvecs-insert.o romvecs-insert.lst