aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorproski <proski>2006-12-18 21:36:20 +0000
committerproski <proski>2006-12-18 21:36:20 +0000
commit224bc58990d90efe7a51c8550b45f9cee8d6493c (patch)
treefe91bca5cc629c92ec3e2d274043ed4f2a6dcecf /Makefile
parent8a53ec0c7cc87121be0c98a9967dd1d0e7660dfd (diff)
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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