From 1b187c4e645b6aa6a35bf765716ce7114bc7a2e4 Mon Sep 17 00:00:00 2001 From: proski Date: Wed, 2 Aug 2006 23:42:37 +0000 Subject: Remove at76_usbdfu.h - header for one function is an overkill --- Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3