commit | aab5ced6ec820b19c167b4ad23cc299b6966e93b | [log] [tgz] |
---|---|---|
author | Amit Pundir <amit.pundir@linaro.org> | Thu Apr 16 10:02:40 2020 +0530 |
committer | Todd Kjos <tkjos@google.com> | Sat Apr 25 15:22:40 2020 +0000 |
tree | 723ec2f0348453dfb1b362b4deb41683e15cfabe | |
parent | 3c5b0b607280b0497f0f176e197008ccf5397c59 [diff] [blame] |
qcom: pd-mapper: Syncup with upstream github project Syncup with https://github.com/andersson/pd-mapper upstream project up to commit: ab5074fdd5e4 ("pd-mapper: Use remoteproc firmware to find jsons") Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Change-Id: I4ad3c07977c1e41a657c6c0479ad6dee9c154374
diff --git a/qcom/pd-mapper/Makefile b/qcom/pd-mapper/Makefile index ca58003..908dbfd 100644 --- a/qcom/pd-mapper/Makefile +++ b/qcom/pd-mapper/Makefile
@@ -8,6 +8,8 @@ servicedir := $(prefix)/lib/systemd/system SRCS := pd-mapper.c \ + assoc.c \ + json.c \ servreg_loc.c OBJS := $(SRCS:.c=.o)