blob: 9b0acaf3758fb835eea20c24bf981e61da6da511 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-Makefile,v 1.3 2017/08/23 13:57:30 jmcneill Exp $
--- Makefile.orig 2017-08-15 03:34:41.000000000 +0000
+++ Makefile
@@ -43,7 +43,7 @@ TOOLS = sunxi-fexc sunxi-bootinfo sunxi-
FEXC_LINKS = bin2fex fex2bin
# Tools which are only useful on the target
-TARGET_TOOLS = sunxi-meminfo
+#TARGET_TOOLS = sunxi-meminfo
# Misc tools (of more "exotic" nature) not part of our default build / install
MISC_TOOLS = phoenix_info sunxi-nand-image-builder
|