|
|
| File: [Development] / linux-2.4-xfs / drivers / s390 / Makefile (download)
Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 9 months ago) by cattelan
Initial Import 2.4.24pre2 |
# # 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-y += $(foreach dir,$(subdir-y),$(dir)/s390-$(dir).o) include $(TOPDIR)/Rules.make