blob: 8491edd27e81bad15ba12a590f898ab7324bd6fa [file] [log] [blame]
Howard Harte3b7f77a2009-05-07 09:59:52 -07001# Copyright (C) 1999-2009, Broadcom Corporation
Howard M. Harte8aee8ec2009-01-21 14:38:51 -08002#
Howard Harteba4fa752009-03-05 11:35:30 -08003# Unless you and Broadcom execute a separate written software license
Howard M. Harte8aee8ec2009-01-21 14:38:51 -08004# agreement governing use of this software, this software is licensed to you
Howard Harte3b7f77a2009-05-07 09:59:52 -07005# under the terms of the GNU General Public License version 2 (the "GPL"),
Howard Harteba4fa752009-03-05 11:35:30 -08006# available at http://www.broadcom.com/licenses/GPLv2.php, with the
Howard M. Harte8aee8ec2009-01-21 14:38:51 -08007# following added to such license:
Howard M. Harte8aee8ec2009-01-21 14:38:51 -08008#
Howard Harteba4fa752009-03-05 11:35:30 -08009# As a special exception, the copyright holders of this software give you
10# permission to link this software with independent modules, and to copy and
11# distribute the resulting executable under terms of your choice, provided that
12# you also meet, for each linked independent module, the terms and conditions of
13# the license of that module. An independent module is a module which is not
14# derived from this software. The special exception does not apply to any
15# modifications of the software.
16#
17# Notwithstanding the above, under no circumstances may you combine this
18# software in any way with any other Broadcom software provided under a license
19# other than the GPL, without Broadcom's express prior written consent.
Howard M. Harte8aee8ec2009-01-21 14:38:51 -080020#
21ifeq ($(origin BRAND), undefined)
22# undefine BRAND
23BRAND=
24endif
25
26DIAG_FILE_BASE = bcm42dia
27DIAG_A0_NIC_BASE = bcm42da0
28DIAG_B0_NIC_BASE = bcm42db0
29DIAG_HWACCESS_BASE = bcm42ioa
30DIAG_HWDEV_BASE = bcm42xhw
31DIAG_CTLDLL_BASE = bcm42ctl
32
33export RELAY_FILE_BASE=bcm42rly
34export NIC_NDIS30_DRIVER=bcm42xx3
35export NIC_NDIS40_DRIVER=bcm42xx4
36export NIC_NDIS50_DRIVER=bcm42xx5
37export USB_NDIS50_DRIVER=bcm42u
38export NDI_PCI_DLL=bcm42ndi
39export NDI_USB_DLL=bcmndiu