view leo-obj/Makefile @ 212:422d45f48fe6

leo-obj/l1_dyn_dwl: created hints file for async module to get ASCII strings
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Mon, 28 Mar 2016 07:04:20 +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: