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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [drivers/] [s390/] [net/] [Makefile] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
#
2
# S/390 network devices
3
#
4
 
5
O_TARGET := s390-net.o
6
 
7
list-multi := ctc.o
8
export-objs := iucv.o fsm.o
9
 
10
ctc-objs := ctcmain.o ctctty.o
11
 
12
obj-$(CONFIG_IUCV) += iucv.o fsm.o
13
obj-$(CONFIG_CTC) += ctc.o fsm.o
14
obj-$(CONFIG_IUCV) += netiucv.o
15
obj-$(CONFIG_C7000) += c7000.o
16
obj-$(CONFIG_QETH) += qeth.o
17
export-objs += qeth.o
18
 
19
include $(TOPDIR)/Rules.make
20
 
21
ctc.o: $(ctc-objs)
22
        $(LD) -r -o $@ $(ctc-objs)
23
 

powered by: WebSVN 2.1.0

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