]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/Makefile.core.def (btrfs): Remove minilzo.c from common.
authorSzymon Janc <szymon@janc.net.pl>
Mon, 3 Oct 2011 21:01:14 +0000 (23:01 +0200)
committerSzymon Janc <szymon@janc.net.pl>
Mon, 3 Oct 2011 21:01:14 +0000 (23:01 +0200)
grub-core/Makefile.core.def

index 77dc7ed4b2b28433aa87bbc1e815f85d23b2d14c..b58a75f6789104f02b6a60a100571e90df57a107 100644 (file)
@@ -980,7 +980,6 @@ module = {
   name = btrfs;
   common = fs/btrfs.c;
   common = lib/crc.c;
-  common = lib/minilzo/minilzo.c;
   cflags = '$(CFLAGS_POSIX) -Wno-undef';
   cppflags = '-I$(srcdir)/lib/posix_wrap -I$(srcdir)/lib/minilzo -DMINILZO_HAVE_CONFIG_H';
 };