projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
196f87c
)
Use ARCH... not TARGET_ARCH in the mipsel test.
author
Manuel Novoa III
<mjn3@codepoet.org>
Mon, 24 Nov 2003 23:23:16 +0000
(23:23 -0000)
committer
Manuel Novoa III
<mjn3@codepoet.org>
Mon, 24 Nov 2003 23:23:16 +0000
(23:23 -0000)
make/kernel-headers.mk
patch
|
blob
|
history
diff --git
a/make/kernel-headers.mk
b/make/kernel-headers.mk
index dbed03c2727842e6ab51191bc4dcb510f29bb3ad..06ceb2be7625d652d61dfddfc909d96f039f4629 100644
(file)
--- a/
make/kernel-headers.mk
+++ b/
make/kernel-headers.mk
@@
-29,7
+29,7
@@
$(LINUX_DIR)/.configured: $(LINUX_DIR)/.unpacked
(cd $(LINUX_DIR)/include; ln -fs asm-ppc$(NOMMU) asm;) \
elif [ "$(ARCH)" = "mips" ];then \
(cd $(LINUX_DIR)/include; ln -fs asm-mips$(NOMMU) asm;) \
- elif [ "$(
TARGET_
ARCH)" = "mipsel" ];then \
+ elif [ "$(ARCH)" = "mipsel" ];then \
(cd $(LINUX_DIR)/include; ln -fs asm-mips$(NOMMU) asm;) \
elif [ "$(ARCH)" = "arm" ];then \
(cd $(LINUX_DIR)/include; ln -fs asm-arm$(NOMMU) asm; \