fix kernel-headers build for uml
SVN-Revision: 20203
This commit is contained in:
		| @@ -26,7 +26,7 @@ include $(INCLUDE_DIR)/toolchain-build.mk | |||||||
| include $(INCLUDE_DIR)/kernel-defaults.mk | include $(INCLUDE_DIR)/kernel-defaults.mk | ||||||
|  |  | ||||||
| ifeq ($(strip $(BOARD)),uml) | ifeq ($(strip $(BOARD)),uml) | ||||||
|   LINUX_KARCH:=$(ARCH) |   LINUX_KARCH:=$(subst x86_64,x86,$(subst i386,x86,$(ARCH))) | ||||||
| endif | endif | ||||||
|  |  | ||||||
| ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.18)),1) | ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.18)),1) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Florian Fainelli
					Florian Fainelli