FreeCalypso > hg > freecalypso-tools
diff target-utils/lunadrv/Makefile @ 832:21e0e6492cda
lunadrv: add init-kwh for KWH020ST23-F01 LCD
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 22 Jun 2021 02:24:38 +0000 |
parents | de5e16cea79f |
children | a66095c7f35f |
line wrap: on
line diff
--- a/target-utils/lunadrv/Makefile Mon May 31 04:24:22 2021 +0000 +++ b/target-utils/lunadrv/Makefile Tue Jun 22 02:24:38 2021 +0000 @@ -7,7 +7,7 @@ INSTDIR=/opt/freecalypso/target-bin PROG= lunadrv -OBJS= crt0.o backlight.o cmdtab.o haoran.o lcdout.o main.o regcmd.o +OBJS= crt0.o backlight.o cmdtab.o formike.o haoran.o lcdout.o main.o regcmd.o LIBS= ../libcommon/libcommon.a ../libprintf/libprintf.a ../libbase/libbase.a \ ../libc/libc.a LIBGCC= `${CC} -print-file-name=libgcc.a`