blob: 38ab7a91cb3d7de59c048d28ec053bee749e1b48 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001From 139d93bc405272a3261d57be26da842e737fe4d0 Mon Sep 17 00:00:00 2001
2From: Andrea Adami <andrea.adami@gmail.com>
3Date: Sun, 28 Jan 2018 23:10:34 +0100
4Subject: [PATCH] Makefile.am: only build ubi-utils
5
6We only target the ubi-utils, static, small.
7
8Upstream-Status: Inappropriate [embedded specific]
9
10Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
11---
12 Makefile.am | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15diff --git a/Makefile.am b/Makefile.am
16index 5a6e77c..98715dd 100644
17--- a/Makefile.am
18+++ b/Makefile.am
19@@ -34,9 +34,9 @@ EXTRA_DIST += $(GLOBAL_HEADER) $(GLOBAL_EXTRA)
20
21 include lib/Makemodule.am
22 include ubi-utils/Makemodule.am
23-include misc-utils/Makemodule.am
24-include nand-utils/Makemodule.am
25-include nor-utils/Makemodule.am
26+#include misc-utils/Makemodule.am
27+#include nand-utils/Makemodule.am
28+#include nor-utils/Makemodule.am
29
30 if BUILD_UBIFS
31 include ubifs-utils/Makemodule.am
32--
332.7.4
34