diff options
author | Alon Levy <alevy@redhat.com> | 2013-03-05 16:27:43 +0200 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2013-04-24 11:48:03 +0300 |
commit | 0b6a16c1a47b622b1a692ab179013d9e30e9cf3b (patch) | |
tree | 06dba3ec6c9f1d17c593a3da45c18cce1f45a299 /Makefile.objs | |
parent | 7a6858962457c54be44715d6562504c765d9ea76 (diff) |
libcacard: move atr setting from macro to function
Only because qemu's checkpatch complains about it.
Signed-off-by: Alon Levy <alevy@redhat.com>
Reviewed-by: Marc-André Lureau <mlureau@redhat.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index a473348dc2..fcb303a839 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -32,6 +32,7 @@ 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 +libcacard-y += libcacard/vcardt.o ###################################################################### # Target independent part of system emulation. The long term path is to |