1#
2# S/390 miscellaneous devices
3#
4
5O_TARGET := s390-misc.o
6
7obj-$(CONFIG_CHANDEV) += chandev.o
8export-objs += chandev.o
9
10include $(TOPDIR)/Rules.make
11