OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [drivers/] [s390/] [net/] [Makefile] - Rev 1765

Compare with Previous | Blame | View Log

#
# S/390 network devices
#

O_TARGET := s390-net.o

list-multi := ctc.o
export-objs := iucv.o fsm.o

ctc-objs := ctcmain.o ctctty.o

obj-$(CONFIG_IUCV) += iucv.o fsm.o
obj-$(CONFIG_CTC) += ctc.o fsm.o
obj-$(CONFIG_IUCV) += netiucv.o
obj-$(CONFIG_C7000) += c7000.o
obj-$(CONFIG_QETH) += qeth.o
export-objs += qeth.o

include $(TOPDIR)/Rules.make

ctc.o: $(ctc-objs)
        $(LD) -r -o $@ $(ctc-objs)

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.