package/kernel: kmod-hid: can't mix and match DEPENDS:= and $(call SetDepends/...)
authorjogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 14 Aug 2011 23:36:45 +0000 (23:36 +0000)
committerjogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 14 Aug 2011 23:36:45 +0000 (23:36 +0000)
commitf6d91bf8887cf558841d0cf41b72eeff2af6303a
treedb194d5997d1aa1c2c2c0d746b9720e5b5168754
parent62c7a6e405030e417e14d1b381a9ecd4939f53d9
package/kernel: kmod-hid: can't mix and match DEPENDS:= and $(call SetDepends/...)

Since the SetDepends macro does a:

  DEPENDS:= ...

it can't be used after setting DEPENDS:= explicitly, or it will clobber the previous value.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27983 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/kernel/modules/other.mk
This page took 0.023536 seconds and 4 git commands to generate.