From ed0192a9b1c7f4d45f646df9dd463ce7879459f6 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Fri, 21 Aug 2015 14:06:34 -0700 Subject: Cleanup: Remove cruft in Makefile from long ago This removes a bit of Makefile magic left over from commit 950d507 (April 2013), when we began mocking individual functions instead of files. It hasn't be used or useful since then. BUG=none BRANCH=none TEST=buildall Change-Id: Iacbef05cb07936f873f29948715e742e1ff465fc Signed-off-by: Bill Richardson Reviewed-on: https://chromium-review.googlesource.com/295175 Reviewed-by: Randall Spangler --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9385bacf20..753159cc67 100644 --- a/Makefile +++ b/Makefile @@ -134,8 +134,7 @@ include util/lock/build.mk includes+=$(includes-y) -ro-objs_from_dir=$(sort $(foreach obj, $($(2)-y), \ - $(out)/RO/$(1)/$(firstword $($(2)-mock-$(PROJECT)-$(obj)) $(obj)))) +ro-objs_from_dir=$(sort $(foreach obj, $($(2)-y), $(out)/RO/$(1)/$(obj))) # Get all sources to build all-ro-y=$(call ro-objs_from_dir,core/$(CORE),core) -- cgit v1.2.1