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/] [sc/] [Makefile] - Blame information for rev 1765

Go to most recent revision | 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:19 simons Exp $
3
#  Copyright (C) 1996  SpellCaster Telecommunications Inc.
4
#
5
#  This program is free software; you can redistribute it and/or modify
6
#  it under the terms of the GNU General Public License as published by
7
#  the Free Software Foundation; either version 2 of the License, or
8
#  (at your option) any later version.
9
#
10
#  This program is distributed in the hope that it will be useful,
11
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
12
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
#  GNU General Public License for more details.
14
#
15
#  You should have received a copy of the GNU General Public License
16
#  along with this program; if not, write to the Free Software
17
#  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
#
19
#  For more information, please contact gpl-info@spellcast.com or write:
20
#
21
#     SpellCaster Telecommunications Inc.
22
#     5621 Finch Avenue East, Unit #3
23
#     Scarborough, Ontario  Canada
24
#     M1B 2T9
25
#     +1 (416) 297-8565
26
#     +1 (416) 297-6433 Facsimile
27
#
28
 
29
L_OBJS :=
30
M_OBJS :=
31
O_OBJS := shmem.o init.o debug.o packet.o command.o event.o \
32
        ioctl.o interrupt.o message.o timer.o
33
 
34
O_TARGET :=
35
ifeq ($(CONFIG_ISDN_DRV_SC),y)
36
        O_TARGET += sc.o
37
else
38
  ifeq ($(CONFIG_ISDN_DRV_SC),m)
39
    O_TARGET += sc.o
40
    M_OBJS += sc.o
41
  endif
42
endif
43
 
44
include $(TOPDIR)/Rules.make

powered by: WebSVN 2.1.0

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