URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [drivers/] [s390/] [Makefile] - Rev 1765
Compare with Previous | Blame | View Log
## Makefile for the S/390 specific device drivers#O_TARGET := io.osubdir-y := block char misc netsubdir-m := $(subdir-y)obj-y := s390io.o s390mach.o s390dyn.o ccwcache.o sysinfo.oexport-objs += ccwcache.o s390dyn.o s390io.oobj-y += $(foreach dir,$(subdir-y),$(dir)/s390-$(dir).o)include $(TOPDIR)/Rules.make
