import of upstream 2.4.34.4 from kernel.org
[linux-2.4.git] / drivers / s390 / Makefile
1 #
2 # Makefile for the S/390 specific device drivers
3 #
4
5 O_TARGET := io.o
6
7 subdir-y := block char misc net
8 subdir-m := $(subdir-y)
9
10 obj-y := s390io.o s390mach.o s390dyn.o ccwcache.o sysinfo.o
11 export-objs += ccwcache.o s390dyn.o s390io.o
12 obj-$(CONFIG_QDIO) += qdio.o
13 export-objs += qdio.o
14
15 obj-y += $(foreach dir,$(subdir-y),$(dir)/s390-$(dir).o)
16
17 include $(TOPDIR)/Rules.make