|
|
| File: [Development] / linux-2.4-xfs / drivers / s390 / Makefile (download)
Revision 1.2, Mon Nov 22 13:43:01 2004 UTC (12 years, 11 months ago) by nathans.longdrop.melbourne.sgi.com
Merge up to 2.4.28. Merge of 2.4.x-xfs-melb:linux:20239a by kenmcd. |
# # Makefile for the S/390 specific device drivers # O_TARGET := io.o subdir-y := block char misc net subdir-m := $(subdir-y) obj-y := s390io.o s390mach.o s390dyn.o ccwcache.o sysinfo.o export-objs += ccwcache.o s390dyn.o s390io.o obj-$(CONFIG_QDIO) += qdio.o export-objs += qdio.o obj-y += $(foreach dir,$(subdir-y),$(dir)/s390-$(dir).o) include $(TOPDIR)/Rules.make