aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2009-06-16 11:34:28 -0700
committerBrian Behlendorf <[email protected]>2009-06-16 11:34:28 -0700
commit2e0e7e69769eb0f5ceda102e575da79288d05127 (patch)
tree06cdc391b00603370f3b8c23ec67b0609c952aa1 /cmd
parent39a3d2a421bf067329bae352866a5d1fccbcee70 (diff)
Packaging improvements for RHEL and SLES (part 2)
- Allow checking for exported symbols in both Module.symvers and Module.symvers. My stock SLES kernel ships an objects directory with Module.symvers, yet produces a Module.symvers in the local build directory.
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Makefile.in b/cmd/Makefile.in
index b7fcf9c1c..753c44fca 100644
--- a/cmd/Makefile.in
+++ b/cmd/Makefile.in
@@ -115,6 +115,7 @@ LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
LINUX = @LINUX@
LINUX_OBJ = @LINUX_OBJ@
+LINUX_SYMBOLS = @LINUX_SYMBOLS@
LINUX_VERSION = @LINUX_VERSION@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@