The EMVSIM module is designed to facilitate communication to Smart Cards compatible to the EMV ver4.3 standard and compatible with ISO/IEC 7816-3 Standard. This patch adds driver to support EMVSIM module for imx8. Signed-off-by: Gao Pan <pandy.gao@nxp.com> Reviewed-by: Andy Duan <fugang.duan@nxp.com>
7 lines
118 B
Makefile
7 lines
118 B
Makefile
#
|
|
# Makefile for the i.MX SIM driver
|
|
#
|
|
|
|
obj-$(CONFIG_MXC_SIMv2) += imx_sim.o
|
|
obj-$(CONFIG_MXC_EMVSIM) += imx_emvsim.o
|