FreeCalypso > hg > freecalypso-reveng
view leo-obj/frame_na7_db_fl/Makefile @ 361:5d1c186cc3cf
fluid-mnf/target-bin/cmd39.m0: hand-crafted
by copying cmd.m0 and manually patching the S3 record that contains
the 16-bit word at 0x1140, the literal pool DPLL init constant
used by hardware_init_calypso()
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 14 Mar 2020 19:33:52 +0000 |
parents | 15743b40e03a |
children |
line wrap: on
line source
OSL= os_com.obj os_drv.obj os_evt.obj os_isr.obj os_mem.obj os_mis.obj \ os_pro.obj os_sem.obj os_tim.obj OBJS= ${OSL} TARGETS=$(patsubst %.obj,%.disasm,${OBJS}) $(patsubst %.obj,%.ctypes,${OBJS}) TOOL= ../tool/tiobjd all: ${TARGETS} %.disasm: %.obj %.hints ${TOOL} $*.obj disasm -gl -h $*.hints > $@ %.disasm: %.obj ${TOOL} $*.obj disasm -gl > $@ %.ctypes: %.obj ${TOOL} $*.obj ctypes -o > $@ ${TARGETS}: ${TOOL} Makefile clean: rm -f *.disasm *.ctypes