diff options
author | John Crispin <john@openwrt.org> | 2013-09-17 21:46:10 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-09-17 21:46:10 +0000 |
commit | 1878a3d6ab7e4296671eaa827623cc874d1f12c5 (patch) | |
tree | 895fea96a0462bc19622aed65e9e179d22d61069 /package/kernel/lantiq/ltq-hcd/src/Makefile | |
parent | cd668944ef699762d4269ad71263ffe99c93ea8c (diff) | |
download | mtk-20170518-1878a3d6ab7e4296671eaa827623cc874d1f12c5.zip mtk-20170518-1878a3d6ab7e4296671eaa827623cc874d1f12c5.tar.gz mtk-20170518-1878a3d6ab7e4296671eaa827623cc874d1f12c5.tar.bz2 |
lantiq: add v3.10 patches
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38031
Diffstat (limited to 'package/kernel/lantiq/ltq-hcd/src/Makefile')
-rw-r--r-- | package/kernel/lantiq/ltq-hcd/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/lantiq/ltq-hcd/src/Makefile b/package/kernel/lantiq/ltq-hcd/src/Makefile index 153fd42..64fa9c5 100644 --- a/package/kernel/lantiq/ltq-hcd/src/Makefile +++ b/package/kernel/lantiq/ltq-hcd/src/Makefile @@ -1,4 +1,4 @@ -ltq_hcd_$(BUILD_VARIANT)-objs := ifxusb_driver.o ifxusb_ctl.o ifxusb_cif.o \ +ltq_hcd_$(BUILD_VARIANT)-objs := ifxusb_driver.o ifxusb_cif.o \ ifxusb_cif_h.o ifxhcd.o ifxhcd_es.o \ ifxhcd_intr.o ifxhcd_queue.o obj-m = ltq_hcd_$(BUILD_VARIANT).o |