From: Lothar Waßmann Date: Wed, 4 Jun 2014 08:11:46 +0000 (+0200) Subject: post: remove redundant include of autoconf.mk which is already included from $(TOPDIR... X-Git-Tag: KARO-TX-2014-06-04~2 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=d7464aecc9105a13c2b622e12834862c4d6e29fd post: remove redundant include of autoconf.mk which is already included from $(TOPDIR)/config.mk --- diff --git a/post/Makefile b/post/Makefile index 0ecae5bd64..04d8f78f15 100644 --- a/post/Makefile +++ b/post/Makefile @@ -6,7 +6,6 @@ # include $(TOPDIR)/config.mk -include $(OBJTREE)/include/autoconf.mk LIB = libpost.o GPLIB-$(CONFIG_HAS_POST) += libgenpost.o