summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2013-12-04 16:08:40 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2013-12-04 16:08:40 +0400
commitdb627a23fda0c5559e8c9c17471783d66fa3a59d (patch)
tree4bf7b819ca68fb3b9912bf449c2af2a03b3922f8
parentf8c10774ee78e4a4fdf9b92f909d2681afdf57bf (diff)
parentf994462e51ccb7b3899527d561206845b5cc1752 (diff)
Merge branch 'tracking-llct-v3.13-misc-fixes' into merge-linux-linaro-core-trackingllct-20131204.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: