Skip to content

Commit

Permalink
fix kernel-headers build for uml
Browse files Browse the repository at this point in the history
SVN-Revision: 20203
  • Loading branch information
ffainelli committed Mar 14, 2010
1 parent 68b3653 commit 0193462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/kernel-headers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ include $(INCLUDE_DIR)/toolchain-build.mk
include $(INCLUDE_DIR)/kernel-defaults.mk

ifeq ($(strip $(BOARD)),uml)
LINUX_KARCH:=$(ARCH)
LINUX_KARCH:=$(subst x86_64,x86,$(subst i386,x86,$(ARCH)))
endif

ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.18)),1)
Expand Down

0 comments on commit 0193462

Please sign in to comment.