summaryrefslogtreecommitdiff
path: root/include/ltqtapi.mk
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-08-13 11:08:13 +0000
committerJohn Crispin <john@openwrt.org>2012-08-13 11:08:13 +0000
commite6e331ca6777647407d877a504cea137cc3acdec (patch)
treee5816cd29be27ffb01f7ba797f05b35b37124f2f /include/ltqtapi.mk
parentfb2db91797336bc8b223489d17053349d219fc5f (diff)
downloadmtk-20170518-e6e331ca6777647407d877a504cea137cc3acdec.zip
mtk-20170518-e6e331ca6777647407d877a504cea137cc3acdec.tar.gz
mtk-20170518-e6e331ca6777647407d877a504cea137cc3acdec.tar.bz2
unify tapi deps
SVN-Revision: 33160
Diffstat (limited to 'include/ltqtapi.mk')
-rw-r--r--include/ltqtapi.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/ltqtapi.mk b/include/ltqtapi.mk
new file mode 100644
index 0000000..7699d30
--- /dev/null
+++ b/include/ltqtapi.mk
@@ -0,0 +1,12 @@
+LTQ_TAPI_BUILD_DEPENDS:=TARGET_lantiq_danube:kmod-ltq-tapi \
+ TARGET_lantiq_danube:kmod-ltq-vmmc \
+ TARGET_lantiq_falcon:kmod-ltq-tapi \
+ TARGET_lantiq_falcon:kmod-ltq-vmmc
+
+LTQ_TAPI_TARGET:=@(TARGET_lantiq_falcon||TARGET_lantiq_danube)
+
+LTQ_TAPI_DEPENDS:=$(LTQ_TAPI_TARGET) \
+ +TARGET_lantiq_danube:kmod-ltq-tapi \
+ +TARGET_lantiq_danube:kmod-ltq-vmmc \
+ +TARGET_lantiq_falcon:kmod-ltq-tapi \
+ +TARGET_lantiq_falcon:kmod-ltq-vmmc