#
# IXP4XX Crypto driver makefile
#
O_TARGET	:= ixp4xx_crypto.o
obj-y		:= ixp4xx_api.o ixp4xx_ll.o ixp4xx_cipher.o ixp4xx_digest.o ixp4xx_engine.o
obj-m		:= $(O_TARGET)

include $(TOPDIR)/Rules.make
