summaryrefslogtreecommitdiffstats
path: root/patches/fbtest-20041102-1/fbtest-20041102-1-add-make-install.diff
blob: 1630455aef92764deb4cbb6e6cb829d601f1c01f (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>
Subject: add install target

Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>

---
 Makefile |    3 +++
 1 file changed, 3 insertions(+)

Index: b/Makefile
===================================================================
--- a/Makefile
+++ b/Makefile
@@ -10,3 +10,6 @@ SUBDIRS = drawops fonts images visops te
 
 include $(TOPDIR)/Rules.make
 
+install:
+	install -c $(TARGET) $(DESTDIR)/sbin/fbtest
+