From 3e0e4421eb69816e0518e8843065055dc7a88750 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Wed, 13 Jun 2007 21:11:01 -0400 Subject: [PATCH] Add compat.h to the source file list in Makefile Signed-off-by: Pavel Roskin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7cb3b48..4ea2c55 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ KERNELRELEASE = $(shell sed -ne 's/"//g;s/^\#define UTS_RELEASE //p' \ obj-m = at76_usb.o -SRCS = at76_usb.c at76_usb.h at76_usb_ids.h +SRCS = at76_usb.c at76_usb.h at76_usb_ids.h compat.h SPECFILE = at76_usb.spec -- cgit v1.2.3