O_TARGET := evfs.o

obj-y    := aes.o sha256.o evfs_core.o base64.o
obj-m    := $(O_TARGET)

include $(TOPDIR)/Rules.make
