Add static library to Makefile
These are used when building minigbm for crosvm for unit and integration tests. See: https://crrev.com/c/3141771 BUG=b:196059146 TEST=make CC_STATIC_LIBRARY(libminigbm.pie.a) Change-Id: I819fcd2f3ec4969139825ffdc323e54e8b2eeab9 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/minigbm/+/3141018 Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Dennis Kempin <denniskempin@google.com>
This commit is contained in:
parent
1c2a0efbee
commit
94a69bd0bf
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -49,6 +49,7 @@ MINIGBM_FILENAME := libminigbm.so.$(MINIGBM_VERSION)
|
|||
|
||||
CC_LIBRARY($(MINIGBM_FILENAME)): LDFLAGS += -Wl,-soname,libgbm.so.$(GBM_VERSION_MAJOR)
|
||||
CC_LIBRARY($(MINIGBM_FILENAME)): $(C_OBJECTS)
|
||||
CC_STATIC_LIBRARY(libminigbm.pie.a): $(C_OBJECTS)
|
||||
|
||||
all: CC_LIBRARY($(MINIGBM_FILENAME))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue