* grub-core/Makefile.core.def (btrfs): Remove minilzo.c from common.

This commit is contained in:
Szymon Janc 2011-10-03 23:01:14 +02:00
parent 0e2b7e39f2
commit b871e8ebcc

View 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';
};