summaryrefslogtreecommitdiffstats
path: root/patches/fbtest-20041102-1/0005-add-install-target.patch
blob: 480022ca6e269d5de30ca8054355d1b0ea6ed6be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Michael Olbrich <m.olbrich@pengutronix.de>
Date: Sun, 30 Oct 2011 22:18:39 +0100
Subject: [PATCH] add install target

Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
---
 Makefile |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index f78c67a..a4ef6df 100644
--- a/Makefile
+++ b/Makefile
@@ -10,3 +10,6 @@ SUBDIRS = drawops fonts images visops tests
 
 include $(TOPDIR)/Rules.make
 
+install:
+	install -c $(TARGET) $(DESTDIR)/sbin/fbtest
+