FreeCalypso > hg > tcs211-patches
changeset 13:2a89e2821f40
patches/Makefile: bogosity fixed
| author | Space Falcon <falcon@ivan.Harhan.ORG> |
|---|---|
| date | Sat, 06 Jun 2015 18:36:10 +0000 |
| parents | 3213b5ecae51 |
| children | 203e94e07231 |
| files | patches/Makefile |
| diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/patches/Makefile Sat Jun 06 17:04:40 2015 +0000 +++ b/patches/Makefile Sat Jun 06 18:36:10 2015 +0000 @@ -1,6 +1,8 @@ -NEWLIBS=tpudrv-quadband.lib +NEWLIBS=bootloader-disable.lib main-fchw.lib tpudrv-quadband.lib TOOL= ../tool/ti-libpatch +all: ${NEWLIBS} + bootloader-disable.lib: ../libs/bootloader.lib bootloader-disable.patch ${TOOL} ../libs/bootloader.lib bootloader-disable.patch $@
