From: Szymon Janc Date: Mon, 3 Oct 2011 21:01:14 +0000 (+0200) Subject: * grub-core/Makefile.core.def (btrfs): Remove minilzo.c from common. X-Git-Tag: 2.00~1106^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b871e8ebcca01098727b1bc324e490b8de5a5a1b;p=thirdparty%2Fgrub.git * grub-core/Makefile.core.def (btrfs): Remove minilzo.c from common. --- diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def index 77dc7ed4b..b58a75f67 100644 --- a/grub-core/Makefile.core.def +++ b/grub-core/Makefile.core.def @@ -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'; };