From 62f0b16f639a9ecb116a79819655bdf44e269443 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Mon, 16 May 2016 21:55:52 +0300 Subject: Initial commit Signed-off-by: Laurent Pinchart --- scripts/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 scripts/Makefile (limited to 'scripts/Makefile') diff --git a/scripts/Makefile b/scripts/Makefile new file mode 100644 index 0000000..27bac1a --- /dev/null +++ b/scripts/Makefile @@ -0,0 +1,8 @@ +SCRIPTS=logger.sh vsp-lib.sh vsp1.sh + +all: + +clean: + +install: + cp $(SCRIPTS) $(INSTALL_DIR)/ -- cgit v1.2.3