From 0b6a16c1a47b622b1a692ab179013d9e30e9cf3b Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 5 Mar 2013 16:27:43 +0200 Subject: libcacard: move atr setting from macro to function MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Only because qemu's checkpatch complains about it. Signed-off-by: Alon Levy Reviewed-by: Marc-André Lureau --- Makefile.objs | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.objs') 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 -- cgit v1.2.1