aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorproski <proski>2006-08-02 23:42:37 +0000
committerproski <proski>2006-08-02 23:42:37 +0000
commit1b187c4e645b6aa6a35bf765716ce7114bc7a2e4 (patch)
tree481444ae459713302cea5af394855dea8e5a4231 /Makefile
parent265de08f6cd9076a23297169cd670f00436ba937 (diff)
Remove at76_usbdfu.h - header for one function is an overkill
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 469bb7a..7e035c7 100644
--- a/Makefile
+++ b/Makefile
@@ -35,14 +35,11 @@ obj-m = at76_usb.o
at76_usb-objs = at76c503.o at76_usbdfu.o
-SRCS = at76c503.c at76_usbdfu.c
-
-HDRS = at76c503.h at76_usbdfu.h
+SRCS = at76c503.c at76_usbdfu.c at76c503.h
SPECFILE = at76c503a.spec
-DISTFILES = $(SRCS) $(HDRS) Makefile README COPYING CHANGELOG \
- kernel_patch.diff
+DISTFILES = $(SRCS) Makefile README COPYING CHANGELOG kernel_patch.diff
# get the version from at76c503.h
ifndef M
@@ -82,7 +79,7 @@ uninstall:
TAGS:
rm -f TAGS
- etags --append $(SRCS) $(HDRS)
+ etags --append $(SRCS)
clean:
rm -f core *.o *~ a.out *.d