summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2012-02-21 15:36:21 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2012-02-21 15:36:21 (GMT)
commit44c4451c208b7f89e130506281e463c11f3c3118 (patch)
tree3ae7cff2ac4b713a55874add1672c2bf53ac50bb
parent93553faeed1c4b0f03141bbb6791bafa8be4814d (diff)
downloadAF903x_SRC-44c4451c208b7f89e130506281e463c11f3c3118.zip
AF903x_SRC-44c4451c208b7f89e130506281e463c11f3c3118.tar.gz
AF903x_SRC-44c4451c208b7f89e130506281e463c11f3c3118.tar.bz2
Change order of build
-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\