diff options
author | Brian Behlendorf <[email protected]> | 2009-06-16 11:34:28 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2009-06-16 11:34:28 -0700 |
commit | 2e0e7e69769eb0f5ceda102e575da79288d05127 (patch) | |
tree | 06cdc391b00603370f3b8c23ec67b0609c952aa1 /lib | |
parent | 39a3d2a421bf067329bae352866a5d1fccbcee70 (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 'lib')
-rw-r--r-- | lib/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 523c30bcb..b8b573ef7 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -109,6 +109,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@ |