diff options
Diffstat (limited to 'drivers/s390/crypto/Makefile')
-rw-r--r-- | drivers/s390/crypto/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/s390/crypto/Makefile b/drivers/s390/crypto/Makefile new file mode 100644 index 00000000000..15edebbead7 --- /dev/null +++ b/drivers/s390/crypto/Makefile @@ -0,0 +1,6 @@ +# +# S/390 crypto devices +# + +z90crypt-objs := z90main.o z90hardware.o +obj-$(CONFIG_Z90CRYPT) += z90crypt.o |