[BUGFIX] iwlwifi: Android-make-iwlwifi.mk: consider changed files

The current Makefile works by copying the entire source
directory, and running the actual build commands on the
(newly created) target directory.

However, the Makefile doesn't consider file changes, as
the target directory is defined as order-only dependency,
which depends only on the source dir (rather than the
actual source files).

Fix it by defining a dependency on all files in the source directory.

type=bugfix
bug=not-tracked
fixes=If7bb9684c4bd1df5d1d8672933bab9a1dcb6a803

Change-Id: I2358b5fb7c709f9fcc6e62ca590028c4d3bce708
Signed-off-by: Eliad Peller <eliadx.peller@intel.com>
Reviewed-on: https://gerrit.rds.intel.com/r/59602
Tested-by: IWL Jenkins
Reviewed-by: Benzi Zbit <benzi.zbit@intel.com>
Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Reviewed-on: https://gerrit.rds.intel.com/r/61320
x-iwlwifi-stack-dev: 993856f532b461ecb5f87e6842c1f812144f85ba
2 files changed