FreeCalypso > hg > tcs211-patches
diff patches/Makefile @ 16:816a4889c95d
l1_custom_int-nodsp.patch implemented
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 05 Jul 2015 01:40:37 +0000 |
parents | 6cbe01db6382 |
children | 1fffae285c85 |
line wrap: on
line diff
--- a/patches/Makefile Sun Jul 05 00:07:16 2015 +0000 +++ b/patches/Makefile Sun Jul 05 01:40:37 2015 +0000 @@ -1,5 +1,6 @@ NEWLIBS=bootloader-disable.lib frame_na7_db_ir-systrace.lib \ - l1_ext-nodyndwl.lib main-fchw.lib tpudrv-quadband.lib + l1_custom_int-nodsp.lib l1_ext-nodyndwl.lib main-fchw.lib \ + tpudrv-quadband.lib TOOL= ../tool/ti-libpatch all: ${NEWLIBS} @@ -11,6 +12,10 @@ frame_na7_db_ir-systrace.patch ${TOOL} ../gpflibs/frame_na7_db_ir.lib frame_na7_db_ir-systrace.patch $@ +l1_custom_int-nodsp.lib: ../libs/l1_custom_int.lib \ + l1_custom_int-nodsp.patch + ${TOOL} ../libs/l1_custom_int.lib l1_custom_int-nodsp.patch $@ + l1_ext-nodyndwl.lib: ../libs/l1_ext.lib l1_ext-nodyndwl.patch ${TOOL} ../libs/l1_ext.lib l1_ext-nodyndwl.patch $@