view leo-obj/Makefile @ 215:d69f7512e3c1

Pirelli: documented and verified the checksum scheme used for the factory block
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 25 Dec 2016 23:48:16 +0000
parents a5f126973f0e
children 4b97cf9a90f0
line wrap: on
line source

OBJDIRS=bootloader frame_na7_db_fl frame_na7_db_ir l1_custom_int l1_dyn_dwl \
	l1_ext l1_int l1_pei main osx_na7_db tpudrv
SUBDIR=	${OBJDIRS} tool

all:	${SUBDIR}

${OBJDIRS}:	tool

${SUBDIR}: FRC
	cd $@; ${MAKE} ${MFLAGS}

clean: FRC
	rm -f a.out core errs
	for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done

FRC: