mirror of
https://github.com/torvalds/linux.git
synced 2024-11-28 23:21:31 +00:00
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
|