diff target-utils/pirexplore/Makefile @ 520:bfddfecc52b2

target-utils: removed duplicated mygetchar.c modules from individual programs
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 03 Jun 2019 00:40:13 +0000
parents 58d3a0634272
children
line wrap: on
line diff
--- a/target-utils/pirexplore/Makefile	Sun Jun 02 23:59:12 2019 +0000
+++ b/target-utils/pirexplore/Makefile	Mon Jun 03 00:40:13 2019 +0000
@@ -7,7 +7,7 @@
 INSTDIR=/opt/freecalypso/target-bin
 
 PROG=	pirexplore
-OBJS=	crt0.o cmdtab.o ffsparam.o flashid.o lcd.o main.o mygetchar.o rtc.o
+OBJS=	crt0.o cmdtab.o ffsparam.o flashid.o lcd.o main.o rtc.o
 LIBS=	../libtiffs/libtiffs.a ../libcommon/libcommon.a \
 	../libprintf/libprintf.a ../libbase/libbase.a ../libc/libc.a
 LIBGCC=	`${CC} -print-file-name=libgcc.a`