summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/bcm4329/include/Makefile
blob: 439ead14a0e66b3d374685183bc40334c2243c2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# include/Makefile
#
# Copyright 2005, Broadcom, Inc.
#
# $Id: Makefile,v 13.5 2005/02/17 19:11:31 Exp $
#

SRCBASE	= ..

TARGETS	= epivers.h


all release:
	bash epivers.sh

clean:
	rm -rf ${TARGETS} *.prev


.PHONY: all release clean