Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | From 139d93bc405272a3261d57be26da842e737fe4d0 Mon Sep 17 00:00:00 2001 |
| 2 | From: Andrea Adami <andrea.adami@gmail.com> |
| 3 | Date: Sun, 28 Jan 2018 23:10:34 +0100 |
| 4 | Subject: [PATCH] Makefile.am: only build ubi-utils |
| 5 | |
| 6 | We only target the ubi-utils, static, small. |
| 7 | |
| 8 | Upstream-Status: Inappropriate [embedded specific] |
| 9 | |
| 10 | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> |
| 11 | --- |
| 12 | Makefile.am | 6 +++--- |
| 13 | 1 file changed, 3 insertions(+), 3 deletions(-) |
| 14 | |
| 15 | diff --git a/Makefile.am b/Makefile.am |
| 16 | index 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 | -- |
| 33 | 2.7.4 |
| 34 | |