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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [uclinux/] [uClinux-2.0.x/] [drivers/] [isdn/] [avmb1/] [Makefile] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 199 simons
#
2
# $Id: Makefile,v 1.1.1.1 2001-09-10 07:44:18 simons Exp $
3
#
4
# Makefile for the CAPI and AVM-B1 device drivers.
5
#
6
# Note! Dependencies are done automagically by 'make dep', which also
7
# removes any old dependencies. DON'T put your own dependencies here
8
# unless it's something special (ie not a .c file).
9
#
10
# Note 2! The CFLAGS definitions are now inherited from the
11
# parent makes..
12
#
13
# $Log: not supported by cvs2svn $
14
# Revision 1.1.1.1  2001/07/02 17:58:32  simons
15
# Initial revision
16
#
17
# Revision 1.4  1997/03/30 17:10:40  calle
18
# added support for AVM-B1-PCI card.
19
#
20
# Revision 1.3  1997/03/22 02:00:57  fritz
21
# -Reworked toplevel Makefile. From now on, no different Makefiles
22
#  for standalone- and in-kernel-compilation are needed any more.
23
# -Added local Rules.make for above reason.
24
# -Experimental changes in teles3.c for enhanced IRQ-checking with
25
#  2.1.X and SMP kernels.
26
# -Removed diffstd-script, same functionality is in stddiff -r.
27
# -Enhanced scripts std2kern and stddiff.
28
#
29
# Revision 1.1  1997/03/05 21:26:14  fritz
30
# Renamed, according naming conventions in CVS tree.
31
#
32
# Revision 1.1  1997/03/04 21:50:26  calle
33
# Frirst version in isdn4linux
34
#
35
# Revision 2.2  1997/02/12 09:31:39  calle
36
#
37
# Revision 1.1  1997/01/31 10:32:20  calle
38
# Initial revision
39
#
40
#
41
 
42
#
43
# Objects that don't export a symtab
44
#
45
L_OBJS := # used as component of an L_TARGET
46
O_OBJS := # used as component of an O_TARGET
47
M_OBJS := # used as module
48
#
49
# Objects that do export a symtab
50
#
51
LX_OBJS := # used as component of an L_TARGET
52
OX_OBJS := # used as component of an O_TARGET
53
MX_OBJS := # used as module
54
#
55
# Targets, created by linking others
56
#
57
O_TARGET := # used for .o targets (from O and OX objects)
58
L_TARGET := # used for .a targets (from L and LX objects)
59
 
60
ifeq ($(CONFIG_ISDN_DRV_AVMB1),y)
61
  O_TARGET += avmb1.o
62
  O_OBJS   += capi.o b1lli.o
63
  OX_OBJS  += capiutil.o b1capi.o capidrv.o
64
  ifdef CONFIG_PCI
65
  OX_OBJS  += b1pci.o
66
  endif
67
else
68
  ifeq ($(CONFIG_ISDN_DRV_AVMB1),m)
69
  O_TARGET += kernelcapi.o
70
  O_OBJS   += b1lli.o
71
  OX_OBJS  += b1capi.o
72
  M_OBJS   += capi.o kernelcapi.o
73
  MX_OBJS  += capiutil.o capidrv.o
74
  ifdef CONFIG_PCI
75
  MX_OBJS  += b1pci.o
76
  endif
77
  endif
78
endif
79
 
80
include $(TOPDIR)/Rules.make

powered by: WebSVN 2.1.0

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