From 86b42127150d2a8c9a0deb442991b17da6485d2b Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Sun, 4 Mar 2007 03:35:13 -0500 Subject: [PATCH] Replace references to at75c503a with at76_usb where appropriate Signed-off-by: Pavel Roskin --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3