diff --git a/ChangeLog b/ChangeLog index a4a3d072b..27015fc7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-09-23 Vladimir Serbinenko + + * conf/Makefile.common (CPPFLAGS_LIBFDT): Remove leftover. + 2013-09-23 Vladimir Serbinenko 2013-09-23 neil diff --git a/conf/Makefile.common b/conf/Makefile.common index 465fd7424..ba13c29af 100644 --- a/conf/Makefile.common +++ b/conf/Makefile.common @@ -114,8 +114,6 @@ CPPFLAGS_GNULIB = -I$(top_builddir)/grub-core/gnulib -I$(top_srcdir)/grub-core/g CFLAGS_POSIX = -fno-builtin CPPFLAGS_POSIX = -I$(top_srcdir)/grub-core/lib/posix_wrap -CPPFLAGS_LIBFDT = -I$(top_srcdir)/grub-core/lib/dtc-grub/libfdt $(CPPFLAGS_POSIX) - CFLAGS_GCRY = -Wno-error -Wno-missing-field-initializers -Wno-redundant-decls $(CFLAGS_POSIX) CPPFLAGS_GCRY = -I$(top_srcdir)/grub-core/lib/libgcrypt_wrap $(CPPFLAGS_POSIX) -D_GCRYPT_IN_LIBGCRYPT=1 -I$(top_srcdir)/include/grub/gcrypt