summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2013-04-17 16:46:30 +0000
committerVishal Bhoj <vishal.bhoj@linaro.org>2013-04-17 16:46:30 +0000
commitb40f34a5c49a9e769f17f4929415888ad9ec94e4 (patch)
treec4b25ce61d299596bd4e373af49c94ef14ed6cb5
parentba7a7b0bbab1c1cdac9c4f9d6683e55575e4d6e1 (diff)
common: Fix Copy howtos to root location of output target
Change-Id: I5adfea6a0b605f6ab9a646a5d62e2630631ae122 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 869574b..a2ae0a4 100644
--- a/common.mk
+++ b/common.mk
@@ -87,7 +87,7 @@ PRODUCT_COPY_FILES := \
define copy-howto
ifneq ($(wildcard $(TOP)/device/linaro/common/howto/$(LINARO_BUILD_SPEC)/$1),)
PRODUCT_COPY_FILES += \
- device/linaro/common/howto/$(LINARO_BUILD_SPEC)/$1:howto/$1
+ device/linaro/common/howto/$(LINARO_BUILD_SPEC)/$1:$1
else
ifneq ($(wildcard $(TOP)/device/linaro/common/howto/default/$1),)
PRODUCT_COPY_FILES += \