mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-14 14:13:06 +00:00
libcacard: link in stubs
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
31a3228958
commit
a636be69a8
@ -7,7 +7,7 @@ libcacard_includedir=$(includedir)/cacard
|
|||||||
$(call set-vpath, $(SRC_PATH))
|
$(call set-vpath, $(SRC_PATH))
|
||||||
|
|
||||||
# objects linked into a shared library, built with libtool with -fPIC if required
|
# objects linked into a shared library, built with libtool with -fPIC if required
|
||||||
QEMU_OBJS=$(oslib-obj-y) qemu-timer-common.o $(trace-obj-y)
|
QEMU_OBJS=$(oslib-obj-y) qemu-timer-common.o $(trace-obj-y) $(stub-obj-y)
|
||||||
QEMU_OBJS_LIB=$(patsubst %.o,%.lo,$(QEMU_OBJS))
|
QEMU_OBJS_LIB=$(patsubst %.o,%.lo,$(QEMU_OBJS))
|
||||||
|
|
||||||
QEMU_CFLAGS+=-I../
|
QEMU_CFLAGS+=-I../
|
||||||
|
Loading…
Reference in New Issue
Block a user