# BRCM_VERSION=3
[bcm963xx.git] / bcmdrivers / broadcom / net / wl / impl1 / Makefile.srom
1 #  Copyright 2004, Broadcom Corporation
2 #  All Rights Reserved.
3 #  
4 #  This is UNPUBLISHED PROPRIETARY SOURCE CODE of Broadcom Corporation;
5 #  the contents of this file may not be disclosed to third parties, copied or
6 #  duplicated in any form, in whole or in part, without the prior written
7 #  permission of Broadcom Corporation.
8 #
9 # Makefile for the Broadcom wl srom file
10 #
11 #
12
13 $(obj)/shared/bcm4306_map.o $(obj)/shared/bcm4318_map.o:
14         $(CC) $(CFLAGS) -I$(obj)/include -c -o $@ $*.c
15         $(OBJCOPY) -j .data -O binary $@ $*.bin
16         if [ ! -e $(INSTALL_DIR)/etc/wlan ]; then \
17                 mkdir $(INSTALL_DIR)/etc/wlan; \
18         fi
19         cp -av $*.bin  $(INSTALL_DIR)/etc/wlan
20