From 224bc58990d90efe7a51c8550b45f9cee8d6493c Mon Sep 17 00:00:00 2001 From: proski Date: Mon, 18 Dec 2006 21:36:20 +0000 Subject: Integrate at76_usbdfu.c into at76c503.c at76_usbdfu.c was too small compared to at76c503.c, and there was no particular reason to keep it as a separate file. It's easier to deal with the changing kernel headers and the build system if the number of separate source files is kept to minimum. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7e035c7..05f17c7 100644 --- a/Makefile +++ b/Makefile @@ -33,9 +33,9 @@ KERNELRELEASE = $(shell sed -ne 's/"//g;s/^\#define UTS_RELEASE //p' \ obj-m = at76_usb.o -at76_usb-objs = at76c503.o at76_usbdfu.o +at76_usb-objs = at76c503.o -SRCS = at76c503.c at76_usbdfu.c at76c503.h +SRCS = at76c503.c at76c503.h SPECFILE = at76c503a.spec -- cgit v1.2.3