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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [drivers/] [isdn/] [avmb1/] [Makefile] - Blame information for rev 1626

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1626 jcastillo
#
2
# $Id: Makefile,v 1.1 2005-12-20 10:16:58 jcastillo 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/09/10 07:44:18  simons
15
# Initial import
16
#
17
# Revision 1.1.1.1  2001/07/02 17:58:32  simons
18
# Initial revision
19
#
20
# Revision 1.4  1997/03/30 17:10:40  calle
21
# added support for AVM-B1-PCI card.
22
#
23
# Revision 1.3  1997/03/22 02:00:57  fritz
24
# -Reworked toplevel Makefile. From now on, no different Makefiles
25
#  for standalone- and in-kernel-compilation are needed any more.
26
# -Added local Rules.make for above reason.
27
# -Experimental changes in teles3.c for enhanced IRQ-checking with
28
#  2.1.X and SMP kernels.
29
# -Removed diffstd-script, same functionality is in stddiff -r.
30
# -Enhanced scripts std2kern and stddiff.
31
#
32
# Revision 1.1  1997/03/05 21:26:14  fritz
33
# Renamed, according naming conventions in CVS tree.
34
#
35
# Revision 1.1  1997/03/04 21:50:26  calle
36
# Frirst version in isdn4linux
37
#
38
# Revision 2.2  1997/02/12 09:31:39  calle
39
#
40
# Revision 1.1  1997/01/31 10:32:20  calle
41
# Initial revision
42
#
43
#
44
 
45
#
46
# Objects that don't export a symtab
47
#
48
L_OBJS := # used as component of an L_TARGET
49
O_OBJS := # used as component of an O_TARGET
50
M_OBJS := # used as module
51
#
52
# Objects that do export a symtab
53
#
54
LX_OBJS := # used as component of an L_TARGET
55
OX_OBJS := # used as component of an O_TARGET
56
MX_OBJS := # used as module
57
#
58
# Targets, created by linking others
59
#
60
O_TARGET := # used for .o targets (from O and OX objects)
61
L_TARGET := # used for .a targets (from L and LX objects)
62
 
63
ifeq ($(CONFIG_ISDN_DRV_AVMB1),y)
64
  O_TARGET += avmb1.o
65
  O_OBJS   += capi.o b1lli.o
66
  OX_OBJS  += capiutil.o b1capi.o capidrv.o
67
  ifdef CONFIG_PCI
68
  OX_OBJS  += b1pci.o
69
  endif
70
else
71
  ifeq ($(CONFIG_ISDN_DRV_AVMB1),m)
72
  O_TARGET += kernelcapi.o
73
  O_OBJS   += b1lli.o
74
  OX_OBJS  += b1capi.o
75
  M_OBJS   += capi.o kernelcapi.o
76
  MX_OBJS  += capiutil.o capidrv.o
77
  ifdef CONFIG_PCI
78
  MX_OBJS  += b1pci.o
79
  endif
80
  endif
81
endif
82
 
83
include $(TOPDIR)/Rules.make

powered by: WebSVN 2.1.0

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