[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20191017102159.20387-1-unixbhaskar@gmail.com>
Date: Thu, 17 Oct 2019 15:51:59 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: yamada.masahiro@...ionext.com, michal.lkml@...kovi.net
Cc: linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org,
rdunlap@...radead.org, torvalds@...ux-foundation.org,
Bhaskar Chowdhury <unixbhaskar@...il.com>
Subject: [PATCH] NM variable missed the value,so fixed
This patch will provide the missing value for NM variable.
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
---
scripts/mksysmap | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/mksysmap b/scripts/mksysmap
index a35acc0d0b82..4b2f45c45f14 100755
--- a/scripts/mksysmap
+++ b/scripts/mksysmap
@@ -40,5 +40,5 @@
# 'W' or 'w'. __crc_ are 'A' and placed in the middle
# so we just ignore them to let readprofile continue to work.
# (At least sparc64 has __crc_ in the middle).
-
+NM=$(which nm)
$NM -n $1 | grep -v '\( [aNUw] \)\|\(__crc_\)\|\( \$[adt]\)\|\( .L\)' > $2
--
2.21.0
Powered by blists - more mailing lists