backports: conditionally access net/ieee802154/ with make
authorJohannes Berg <johannes.berg@intel.com>
Mon, 10 Feb 2014 12:26:26 +0000 (13:26 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 10 Feb 2014 16:41:25 +0000 (17:41 +0100)
commitb1a84039c48ec9f30342e11892a3f2245b165f1b
treec3a89ddbbbedc5af9cdc717eafbf7694013da4d4
parente82690569b0c45639d63dd646aaf24e76e59adf2
backports: conditionally access net/ieee802154/ with make

This essentially reverts commit cb6f08d3c38c as that caused
issues with copy-list - the scripting when generating the
backport can't prove that net/ieee802154/ isn't needed and
will try to go into it even if it wasn't copied.

Instead, make net/ieee802154/ be entered whenever it might
be needed - which is for CPTCFG_IEEE802154 and CPTCFG_BT.
This is harmless if the directory ends up listed twice but
will cause this problem to disappear.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
backport/Makefile.kernel