summaryrefslogtreecommitdiffstats
path: root/rules/klibc.make
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-08-28 14:26:55 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-08-28 14:26:55 +0000
commit2503632b507204d60bd4cd52be66ebe5c1bcf17a (patch)
tree61cdb2d48712ec44ea78544f7613c3add9a8d88c /rules/klibc.make
parenteedb69a5b83c0ffcc0e123c1f1fa60e4df4173c5 (diff)
downloadptxdist-2503632b507204d60bd4cd52be66ebe5c1bcf17a.tar.gz
ptxdist-2503632b507204d60bd4cd52be66ebe5c1bcf17a.tar.xz
force using correct pathes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6010 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/klibc.make')
-rw-r--r--rules/klibc.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/klibc.make b/rules/klibc.make
index c5116b9b2..67ab36f04 100644
--- a/rules/klibc.make
+++ b/rules/klibc.make
@@ -89,9 +89,9 @@ klibc_compile_deps := \
# Note: To get verbose output
# while compiling and installing
# uncomment the following:
-# KLIBC_VERBOSE=V=1
+KLIBC_VERBOSE=V=1
-KLIBC_MAKE_PARAM := ARCH=$(PTXCONF_ARCH) \
+KLIBC_MAKE_PARAM = ARCH=$(PTXCONF_ARCH) \
CROSS_COMPILE=$(COMPILER_PREFIX) \
KLIBCKERNELSRC=$(KERNEL_DIR)/ \
KLIBCKERNELOBJ=$(KERNEL_DIR)/ \