diff --git a/[refs] b/[refs] index 24f2a11a1fd1..4e0cf0333e7f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7d380c8f1ed2b6768e1fc496ad373f716160fcf0 +refs/heads/master: b6eea87fc6850d3531a64a27d2323a4498cd4e43 diff --git a/trunk/arch/x86/boot/Makefile b/trunk/arch/x86/boot/Makefile index ce03476d8c8f..ccce0ed67dde 100644 --- a/trunk/arch/x86/boot/Makefile +++ b/trunk/arch/x86/boot/Makefile @@ -37,7 +37,8 @@ setup-y += video-bios.o targets += $(setup-y) hostprogs-y := mkcpustr tools/build -HOST_EXTRACFLAGS += -I$(srctree)/tools/include $(USERINCLUDE) \ +HOST_EXTRACFLAGS += -I$(srctree)/tools/include \ + -include include/generated/autoconf.h \ -D__EXPORTED_HEADERS__ $(obj)/cpu.o: $(obj)/cpustr.h