summaryrefslogtreecommitdiff
path: root/common/build.mk
diff options
context:
space:
mode:
authorYicheng Li <yichengli@chromium.org>2019-06-13 11:11:30 -0700
committerCommit Bot <commit-bot@chromium.org>2019-06-15 03:10:45 +0000
commit2691e10a923192b83a1d7b8f8b2bad9c7c280add (patch)
treeaa79c990ff5ce82983231c1efd9af2eda038b231 /common/build.mk
parent38eb0404ba4e72880e334e47dc7871dc0ed65cb3 (diff)
downloadchrome-ec-2691e10a923192b83a1d7b8f8b2bad9c7c280add.tar.gz
fpsensor: delete extra slash in build path
Delete extra slashes in build.mk so that the build target names are correct. BRANCH=nocturne BUG=chromium:973618 TEST=make -j buildall TEST=no more extra slashes: CC RW/common/fpsensor/fpsensor.o CC RW/common/fpsensor/fpsensor_state.o CC RW/common/fpsensor/fpsensor.o CC RW/common/fpsensor/fpsensor_state.o CC RO/common/fpsensor/fpsensor_state.o Change-Id: Ibb8a975462242487c9dfbf84558cbbc97d31e87f Signed-off-by: Yicheng Li <yichengli@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1658516 Reviewed-by: Nicolas Norvez <norvez@chromium.org>
Diffstat (limited to 'common/build.mk')
-rw-r--r--common/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/build.mk b/common/build.mk
index 3789834b3f..ad0b6cddd3 100644
--- a/common/build.mk
+++ b/common/build.mk
@@ -247,4 +247,4 @@ $(out)/rma_key_from_blob.h: board/$(BOARD)/$(BLOB_FILE) util/bin2h.sh
endif
-include $(_common_dir)/fpsensor/build.mk
+include $(_common_dir)fpsensor/build.mk