FreeCalypso > hg > freecalypso-reveng
comparison leo-obj/Makefile @ 201:0f767203114a
leo-obj: need to look at l1_dyn_dwl objects
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 04 Jul 2015 02:30:27 +0000 |
parents | e7c5841e2f8f |
children | a5f126973f0e |
comparison
equal
deleted
inserted
replaced
200:492a6360e64d | 201:0f767203114a |
---|---|
1 OBJDIRS=frame_na7_db_fl frame_na7_db_ir l1_custom_int l1_int l1_pei main \ | 1 OBJDIRS=bootloader frame_na7_db_fl frame_na7_db_ir l1_custom_int l1_dyn_dwl \ |
2 osx_na7_db tpudrv | 2 l1_int l1_pei main osx_na7_db tpudrv |
3 SUBDIR= ${OBJDIRS} tool | 3 SUBDIR= ${OBJDIRS} tool |
4 | 4 |
5 all: ${SUBDIR} | 5 all: ${SUBDIR} |
6 | 6 |
7 ${OBJDIRS}: tool | 7 ${OBJDIRS}: tool |