Commits
zhang sanshan committed 595a572d70b
MLK-22008 [Android] It will fail when first build on sabresd-7d board and it will pass building when compile camera module in the second/later compile 1. mrproper do not work before because it do not set O=. add clean instead of mrproper. it have no need to remove .config. 2. add syncconfig as workarround. linux patch 00c864f8903d which fix a warning issue. It will add include/generated/autoconf.h if not exist when make xxx_defconfig .config(KCONFIG_CONFIG) is older then auto.conf which cause syncconfig is not executed. %/auto.conf %/auto.conf.cmd %/tristate.conf: $(KCONFIG_CONFIG) $(Q)$(MAKE) -f $(srctree)/Makefile syncconfig Change-Id: I60829e1ab465b8bae4a2e25829b8518a00b08a9a Signed-off-by: zhang sanshan <pete.zhang@nxp.com> Reviewed-on: http://androidsource.ap.freescale.net/project/9009 Reviewed-by: Jindong Yue <jindong.yue@nxp.com> Reviewed-on: http://androidsource.ap.freescale.net/project/9348 Reviewed-by: guoyin.chen <guoyin.chen@nxp.com>