aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPavel Roskin <proski@gnu.org>2007-03-04 03:35:13 -0500
committerGuido Guenther <agx@bogon.sigxcpu.org>2007-03-04 16:36:33 +0100
commit86b42127150d2a8c9a0deb442991b17da6485d2b (patch)
tree60a6e53bc483b699775bbd808f81ee1cef414fef /Makefile
parent2849e778dc896bef5a9b5b02b4eb9affad5c2cd2 (diff)
[PATCH] Replace references to at75c503a with at76_usb where appropriate
Signed-off-by: Pavel Roskin <proski@gnu.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 2e90fe3..665906c 100644
--- a/Makefile
+++ b/Makefile
@@ -33,15 +33,15 @@ KERNELRELEASE = $(shell sed -ne 's/"//g;s/^\#define UTS_RELEASE //p' \
obj-m = at76_usb.o
-SRCS = at76c503.c at76c503.h
+SRCS = at76_usb.c at76_usb.h at76_usb_ids.h
-SPECFILE = at76c503a.spec
+SPECFILE = at76_usb.spec
DISTFILES = $(SRCS) Makefile README COPYING CHANGELOG kernel_patch.diff
-# get the version from at76c503.h
+# get the version from at76_usb.h
ifndef M
-VERSION = $(shell sed -n 's/^\#define.*DRIVER_VERSION.*"\(.*\)".*$$/\1/p' at76c503.h)
+VERSION = $(shell sed -n 's/^\#define.*DRIVER_VERSION.*"\(.*\)".*$$/\1/p' at76_usb.h)
DISTNAME = at76_usb-$(VERSION)
DISTDIR = $(DISTNAME)
endif