From 92443f7041bddae0a6af54f924370a16f0472e7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Thu, 28 Jan 2016 22:38:23 +0000 Subject: oseama: small util for reading Seama image format info MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's similar to otrx, we need this tool for handling sysupgrade. Signed-off-by: Rafał Miłecki SVN-Revision: 48533 --- package/utils/oseama/src/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 package/utils/oseama/src/Makefile (limited to 'package/utils/oseama/src/Makefile') diff --git a/package/utils/oseama/src/Makefile b/package/utils/oseama/src/Makefile new file mode 100644 index 0000000000..be2e17d3ad --- /dev/null +++ b/package/utils/oseama/src/Makefile @@ -0,0 +1,7 @@ +all: oseama + +oseama: + $(CC) $(CFLAGS) -o $@ oseama.c -Wall + +clean: + rm -f oseama -- cgit v1.2.3