summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2013-12-18 19:39:45 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2013-12-18 19:39:45 +0400
commit2b2477b80860ab3575eff346ec1381c94b589eff (patch)
tree280a16c08fd6ade1277193754af654f5dbac582c
parent44e0dcc9f33fd4ec073fd08181cacdf95ec55ac0 (diff)
parentf994462e51ccb7b3899527d561206845b5cc1752 (diff)
Merge branch 'tracking-llct-v3.13-misc-fixes' into merge-linux-linaro-core-trackingllct-20131218.0
-rw-r--r--tools/perf/Makefile.perf4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf
index 7fc8f179cae7..85b25a16b26d 100644
--- a/tools/perf/Makefile.perf
+++ b/tools/perf/Makefile.perf
@@ -723,13 +723,13 @@ LIBLK_SOURCES = $(wildcard $(LK_PATH)*.[ch])
# already
$(LIBLK): $(LIBLK_SOURCES)
ifeq ($(subdir),)
- $(QUIET_SUBDIR0)$(LK_DIR) $(QUIET_SUBDIR1) O=$(OUTPUT) liblk.a
+ $(QUIET_SUBDIR0)$(LK_DIR) $(QUIET_SUBDIR1) CROSS_COMPILE=$(CROSS_COMPILE) O=$(OUTPUT) liblk.a
endif
$(LIBLK)-clean:
ifeq ($(subdir),)
$(call QUIET_CLEAN, liblk)
- @$(MAKE) -C $(LK_DIR) O=$(OUTPUT) clean >/dev/null
+ @$(MAKE) -C $(LK_DIR) CROSS_COMPILE=$(CROSS_COMPILE) O=$(OUTPUT) clean >/dev/null
endif
help: