|
@@ -37,8 +37,9 @@ setup-y += video-bios.o
|
|
targets += $(setup-y)
|
|
targets += $(setup-y)
|
|
hostprogs-y := mkcpustr tools/build
|
|
hostprogs-y := mkcpustr tools/build
|
|
|
|
|
|
-HOST_EXTRACFLAGS += $(LINUXINCLUDE)
|
|
|
|
-
|
|
|
|
|
|
+HOSTCFLAGS_mkcpustr.o := -I$(srctree)/arch/$(SRCARCH)/include
|
|
|
|
+HOST_EXTRACFLAGS += -I$(objtree)/include -I$(srctree)/tools/include \
|
|
|
|
+ -include $(srctree)/include/linux/kconfig.h
|
|
$(obj)/cpu.o: $(obj)/cpustr.h
|
|
$(obj)/cpu.o: $(obj)/cpustr.h
|
|
|
|
|
|
quiet_cmd_cpustr = CPUSTR $@
|
|
quiet_cmd_cpustr = CPUSTR $@
|