diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-05-29 11:40:24 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2012-06-07 09:21:18 +0200 |
commit | 00c705fb92bc6e69e955aeac3614e05ca02feacd (patch) | |
tree | 106512286fdae214cf08ab41e7913bca388d42f0 /Makefile.objs | |
parent | 49ac9e0a8cfb737d6da9c0b056c062e3dec0ba45 (diff) |
build: libcacard Makefile cleanups
Build vscclient from toplevel Makefile, limit usage of vpath.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs index ae3770a5f7..74110dda7e 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -198,7 +198,13 @@ $(trace-obj-y): $(GENERATED_HEADERS) ###################################################################### # smartcard -libcacard-y = cac.o event.o vcard.o vreader.o vcard_emul_nss.o vcard_emul_type.o card_7816.o +libcacard-y += libcacard/cac.o libcacard/event.o +libcacard-y += libcacard/vcard.o libcacard/vreader.o +libcacard-y += libcacard/vcard_emul_nss.o +libcacard-y += libcacard/vcard_emul_type.o +libcacard-y += libcacard/card_7816.o + +common-obj-$(CONFIG_SMARTCARD_NSS) += $(libcacard-y) ###################################################################### # qapi |