Kim Phillips | 8e8ec59 | 2011-03-13 16:54:26 +0800 | [diff] [blame^] | 1 | # |
2 | # Makefile for the CAAM backend and dependent components | ||||
3 | # | ||||
4 | |||||
5 | obj-$(CONFIG_CRYPTO_DEV_FSL_CAAM) += caam.o | ||||
6 | obj-$(CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API) += caamalg.o | ||||
7 | |||||
8 | caam-objs := ctrl.o jr.o error.o |