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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [drivers/] [isdn/] [divert/] [Makefile] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
#
2
# Makefile for the dss1_divert ISDN module
3
#
4
 
5
# The target object and module list name.
6
 
7
O_TARGET        := vmlinux-obj.o
8
 
9
# Multipart objects.
10
 
11
list-multi              := dss1_divert.o
12
dss1_divert-objs        := isdn_divert.o divert_procfs.o divert_init.o
13
 
14
# Each configuration option enables a list of files.
15
 
16
obj-$(CONFIG_ISDN_DIVERSION)    += dss1_divert.o
17
 
18
include $(TOPDIR)/Rules.make
19
 
20
# Link rules for multi-part drivers.
21
 
22
dss1_divert.o: $(dss1_divert-objs)
23
        $(LD) -r -o $@ $(dss1_divert-objs)
24
 
25
 
26
 
27
 
28
 
29
 

powered by: WebSVN 2.1.0

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