summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2015-07-13 09:33:32 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-07-13 23:27:15 +0000
commit6938acd6d9e81b93ba964237312e4ae254812316 (patch)
tree634775de82eb8726aafb9e9aae459780da59ca11
parent56c5a9649625ce0d2d9d26947d85c78ab49165f1 (diff)
downloadchrome-ec-6938acd6d9e81b93ba964237312e4ae254812316.tar.gz
Added private-cr51 repo
BUG=none BRANCH=none TEST=make buildall Change-Id: I3b827240bd65afae7473d1e55c4f36698a33c91f Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/284918 Reviewed-by: Randall Spangler <rspangler@chromium.org>
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2555ef0180..6b3915faf8 100644
--- a/Makefile
+++ b/Makefile
@@ -117,6 +117,7 @@ include common/build.mk
include driver/build.mk
include power/build.mk
-include private/build.mk
+-include private-cr51/build.mk
include test/build.mk
include util/build.mk
include util/lock/build.mk
@@ -131,11 +132,13 @@ all-y=$(call objs_from_dir,core/$(CORE),core)
all-y+=$(call objs_from_dir,chip/$(CHIP),chip)
all-y+=$(call objs_from_dir,board/$(BOARD),board)
all-y+=$(call objs_from_dir,private,private)
+all-y+=$(call objs_from_dir,private-cr51,private-cr51)
all-y+=$(call objs_from_dir,common,common)
all-y+=$(call objs_from_dir,driver,driver)
all-y+=$(call objs_from_dir,power,power)
all-y+=$(call objs_from_dir,test,$(PROJECT))
-dirs=core/$(CORE) chip/$(CHIP) board/$(BOARD) private common power test util
+dirs=core/$(CORE) chip/$(CHIP) board/$(BOARD) common power test util
+dirs+=private private-cr51
dirs+=$(shell find driver -type d)
$(config): $(out)/$(PROJECT).bin