diff --git a/debian/changelog b/debian/changelog index ece7a447b..d8d04bfc5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ linux-kbuild-2.6 (2.6.32~rc8-1~experimental.1) UNRELEASED; urgency=low * New upstream release candidate. + * Include new script module-common.lds, thanks to Zoran Dzelajlija. -- Ben Hutchings Wed, 02 Dec 2009 21:40:48 +0000 diff --git a/scripts/Makefile b/scripts/Makefile index 5479aa4bb..6cfcd4019 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -27,6 +27,7 @@ SCRIPTS = \ makelst \ mksysmap \ mkuboot.sh \ + module-common.lds \ namespace.pl \ patch-kernel \ setlocalversion \