Files
i2som-imx-linux/drivers/mxc/sim/Makefile
Gao Pan 2cac9c1e36 MLK-17319-1 imx8: sim: add driver to support EMVSIM module
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>
2019-02-12 10:30:13 +08:00

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