Files
linux-legacy/drivers/mxc/security/Makefile
Rob Herring be0524d38f ENGR00117389 Port 5.0.0 release to 2.6.31
This is i.MX BSP 5.0.0 release ported to 2.6.31

Signed-off-by: Rob Herring <r.herring@freescale.com>
Signed-off-by: Alan Tull <r80115@freescale.com>
Signed-off-by: Xinyu Chen <xinyu.chen@freescale.com>
2010-08-10 11:44:41 -05:00

12 lines
339 B
Makefile

# Makefile for the Linux MXC Security API
ifeq ($( SCC_DEBUG),y)
EXTRA_CFLAGS += -DDEBUG
endif
EXTRA_CFLAGS += -DMXC -DLINUX_KERNEL
obj-$(CONFIG_MXC_SECURITY_SCC2) += scc2_driver.o
obj-$(CONFIG_MXC_SECURITY_SCC) += mxc_scc.o
obj-$(CONFIG_MXC_SECURITY_RNG) += rng/
obj-$(CONFIG_MXC_SAHARA) += sahara2/
obj-$(CONFIG_MXC_DRYICE) += dryice.o