|
@@ -37,7 +37,8 @@ setup-y += video-bios.o
|
|
targets += $(setup-y)
|
|
targets += $(setup-y)
|
|
hostprogs-y := mkcpustr tools/build
|
|
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__
|
|
-D__EXPORTED_HEADERS__
|
|
|
|
|
|
$(obj)/cpu.o: $(obj)/cpustr.h
|
|
$(obj)/cpu.o: $(obj)/cpustr.h
|