From 740a50687f67f3684e4b5698f8f30e3adebb8f6e Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Sat, 17 Jul 2021 19:35:09 +0100 Subject: jztool: add support for Shanling Q1 and Eros Q Change-Id: I8e93162d1a9d82e9d132219f2803b1856d24ae6c --- rbutil/jztool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rbutil/jztool/Makefile') diff --git a/rbutil/jztool/Makefile b/rbutil/jztool/Makefile index 5e397c59aa..d1bbae578c 100644 --- a/rbutil/jztool/Makefile +++ b/rbutil/jztool/Makefile @@ -15,7 +15,7 @@ CFLAGS += -O0 -ggdb endif LIBSOURCES := src/buffer.c src/context.c src/device_info.c \ - src/identify_file.c src/fiiom3k.c src/usb.c + src/identify_file.c src/ucl_unpack.c src/usb.c src/x1000.c SOURCES := $(LIBSOURCES) jztool.c EXTRADEPS := libucl.a libmicrotar.a -- cgit v1.2.3