7 lines
106 B
Makefile
7 lines
106 B
Makefile
|
#
|
||
|
# S/390 crypto devices
|
||
|
#
|
||
|
|
||
|
z90crypt-objs := z90main.o z90hardware.o
|
||
|
obj-$(CONFIG_Z90CRYPT) += z90crypt.o
|