linux-old/drivers/s390/Makefile
<<
>>
Prefs
   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 ccwcache.o sysinfo.o
  11export-objs += ccwcache.o s390dyn.o s390io.o
  12obj-$(CONFIG_QDIO) += qdio.o
  13export-objs += qdio.o
  14
  15obj-y += $(foreach dir,$(subdir-y),$(dir)/s390-$(dir).o)
  16
  17include $(TOPDIR)/Rules.make
  18
lxr.linux.no kindly hosted by Redpill Linpro AS, provider of Linux consulting and operations services since 1995.