view leo-obj/l1_pei/Makefile @ 255:0f5a24acde3a

pirelli/fw-disasm: found what seems to be the charging time limit function
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 25 Dec 2017 23:54:05 +0000
parents e7c5841e2f8f
children
line wrap: on
line source

OBJS=	l1_pei.obj l1_pei_version.obj
TARGETS=$(patsubst %.obj,%.disasm,${OBJS})
TOOL=	../tool/tiobjd

all:	${TARGETS}

%.disasm:	%.obj %.hints
	${TOOL} $*.obj disasm -h $*.hints > $@

%.disasm:	%.obj
	${TOOL} $*.obj disasm > $@

${TARGETS}:	${TOOL} Makefile

clean:
	rm -f *.disasm