libs: Rename $(SRCS-y) to $(OBJS-y)
authorAnthony PERARD <anthony.perard@citrix.com>
Fri, 25 Feb 2022 15:13:09 +0000 (15:13 +0000)
committerJulien Grall <jgrall@amazon.com>
Thu, 16 Jun 2022 15:58:50 +0000 (16:58 +0100)
commit5e7d75f2cb9c30c1c3f5c525f17db3be81d062f8
treec9abddab8d79aab5c20e0ef675ed586b30ce41af
parenta03b3552d4771e8135b8beca8547ccb93349791c
libs: Rename $(SRCS-y) to $(OBJS-y)

The only thing done thing done with $(SRCS-y) is to replace ".c" by
".o". It is more useful to collect which object we want to build as
make will figure out how to build it and from which source file.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
16 files changed:
tools/libs/call/Makefile
tools/libs/ctrl/Makefile
tools/libs/devicemodel/Makefile
tools/libs/evtchn/Makefile
tools/libs/foreignmemory/Makefile
tools/libs/gnttab/Makefile
tools/libs/guest/Makefile
tools/libs/hypfs/Makefile
tools/libs/libs.mk
tools/libs/light/Makefile
tools/libs/stat/Makefile
tools/libs/store/Makefile
tools/libs/toolcore/Makefile
tools/libs/toollog/Makefile
tools/libs/util/Makefile
tools/libs/vchan/Makefile