diff options
author | Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> | 2016-09-02 16:15:12 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2016-09-07 01:00:19 +0300 |
commit | e870da51243720c2baa460dc877728d345c0bbe8 (patch) | |
tree | 786977b13ffe409886b28f6a3c3233b6da99e7e2 | |
parent | a14074ae637b03255c906e53bd026498b5b91698 (diff) |
Don't try to install non-existent script file vsp1.sh
Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-rw-r--r-- | scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index 27bac1a..8c452f4 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -1,4 +1,4 @@ -SCRIPTS=logger.sh vsp-lib.sh vsp1.sh +SCRIPTS=logger.sh vsp-lib.sh all: |