1#
2# Makefile for the S/390 specific device drivers
3#
4
5O_TARGET := io.o
6
7subdir-y := block char misc net
8subdir-m := $(subdir-y)
9
10obj-y := s390io.o s390mach.o s390dyn.o idals.o ccwcache.o sysinfo.o
11export-objs += ccwcache.o idals.o s390dyn.o s390io.o
12
13obj-y += $(foreach dir,$(subdir-y),$(dir)/s390-$(dir).o)
14
15include $(TOPDIR)/Rules.make
16