~ubuntu-branches/ubuntu/saucy/bcmwl/saucy

« back to all changes in this revision

Viewing changes to src/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Tim Gardner
  • Date: 2009-05-11 16:04:29 UTC
  • Revision ID: james.westby@ubuntu.com-20090511160429-lciigiqnpp0fpu2k
Tags: 5.10.91.9-2
Add src/lib/LICENSE.txt to copyright notice. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#
 
3
# Makefile fragment for Linux 2.6
 
4
# Broadcom 802.11abg Networking Device Driver
 
5
#
 
6
# Copyright 2008, Broadcom Corporation
 
7
# All Rights Reserved.
 
8
 
9
#      Unless you and Broadcom execute a separate written software license
 
10
# agreement governing use of this software, this software is licensed to you
 
11
# under the terms of the GNU General Public License version 2, available at
 
12
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html (the "GPL"), with the
 
13
# following added to such license:
 
14
#      As a special exception, the copyright holders of this software give you
 
15
# permission to link this software with independent modules, regardless of the
 
16
# license terms of these independent modules, and to copy and distribute the
 
17
# resulting executable under terms of your choice, provided that you also meet,
 
18
# for each linked independent module, the terms and conditions of the license
 
19
# of that module. An independent module is a module which is not derived from
 
20
# this software.
 
21
 
22
# This is UNPUBLISHED PROPRIETARY SOURCE CODE of Broadcom Corporation;
 
23
# the contents of this file may not be disclosed to third parties, copied
 
24
# or duplicated in any form, in whole or in part, without the prior
 
25
# written permission of Broadcom Corporation.
 
26
#
 
27
# $Id: Makefile_kbuild_portsrc,v 1.1.2.4 2008/05/02 18:33:39 Exp $
 
28
 
 
29
obj-m              += wl.o
 
30
 
 
31
wl-objs            := 
 
32
wl-objs            += src/wl/sys/wl_linux.o
 
33
wl-objs            += src/wl/sys/wl_iw.o
 
34
wl-objs            += src/shared/linux_osl.o
 
35
 
 
36
EXTRA_CFLAGS       :=
 
37
EXTRA_CFLAGS       += -I$(src)/src/include
 
38
EXTRA_CFLAGS       += -I$(src)/src/wl/sys
 
39
 
 
40
EXTRA_LDFLAGS      := $(src)/lib/wlc_hybrid.o_shipped