FreeCalypso > hg > freecalypso-tools
diff target-utils/lunadrv/Makefile @ 849:a66095c7f35f
lunadrv: add suspend and resume commands
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 18 Aug 2021 04:00:14 +0000 |
parents | 21e0e6492cda |
children |
line wrap: on
line diff
--- a/target-utils/lunadrv/Makefile Tue Aug 10 02:31:38 2021 +0000 +++ b/target-utils/lunadrv/Makefile Wed Aug 18 04:00:14 2021 +0000 @@ -7,7 +7,8 @@ INSTDIR=/opt/freecalypso/target-bin PROG= lunadrv -OBJS= crt0.o backlight.o cmdtab.o formike.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\ + sleep.o LIBS= ../libcommon/libcommon.a ../libprintf/libprintf.a ../libbase/libbase.a \ ../libc/libc.a LIBGCC= `${CC} -print-file-name=libgcc.a`