mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-15 04:22:53 +00:00
* grub-core/Makefile.core.def (btrfs): Remove minilzo.c from common.
This commit is contained in:
parent
0e2b7e39f2
commit
b871e8ebcc
@ -980,7 +980,6 @@ module = {
|
|||||||
name = btrfs;
|
name = btrfs;
|
||||||
common = fs/btrfs.c;
|
common = fs/btrfs.c;
|
||||||
common = lib/crc.c;
|
common = lib/crc.c;
|
||||||
common = lib/minilzo/minilzo.c;
|
|
||||||
cflags = '$(CFLAGS_POSIX) -Wno-undef';
|
cflags = '$(CFLAGS_POSIX) -Wno-undef';
|
||||||
cppflags = '-I$(srcdir)/lib/posix_wrap -I$(srcdir)/lib/minilzo -DMINILZO_HAVE_CONFIG_H';
|
cppflags = '-I$(srcdir)/lib/posix_wrap -I$(srcdir)/lib/minilzo -DMINILZO_HAVE_CONFIG_H';
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user