Makefile
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

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