[Skiboot] [PATCH] refer only objects not sources for getscom

Dan Horák dan at danny.cz
Wed Jul 17 19:47:00 AEST 2019


The rule for getscom binary should depend on object files only, not sources.

Signed-off-by: Dan Horák <dan at danny.cz>
Signed-off-by: Than Ngo <than at redhat.com>
---
 external/xscom-utils/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/external/xscom-utils/Makefile b/external/xscom-utils/Makefile
index 795ce8fb..2eda4ea4 100644
--- a/external/xscom-utils/Makefile
+++ b/external/xscom-utils/Makefile
@@ -21,7 +21,7 @@ endif
 
 all: getscom putscom getsram
 
-getscom: getscom.c xscom.o version.o
+getscom: getscom.o xscom.o version.o
 	$(Q_LINK)$(LINK.o) -o $@ $^
 
 getsram: getsram.o xscom.o sram.o version.o
-- 
2.21.0



More information about the Skiboot mailing list