summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a983a4..6e6ba8f 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ PWD = $(shell pwd)
KDIR26 := /lib/modules/$(CURRENT)/kernel/drivers/media/dvb/dvb-usb
dvb-usb-af903x-objs := \
- af903x-core.o af903x-devices.o af903x-drv.o af903x-fe.o af903x-tuner.o\
+ af903x-core.o af903x-devices.o af903x-fe.o af903x-drv.o af903x-tuner.o\
cmd.o standard.o demodulator.o demodulatorextend.o \
usb2impl.o user.o \
Afa_AF9007.o TDA18291.o Fitipower_FC0011.o\