On Fri, 2015-11-13 at 11:25 -0500, Steven Rostedt wrote: > > + __DEFINE_HWFLAG(_flg, > > \ > > + IS_ENABLED(CONFIG_MAC80211_HW_##_flg##_ON) > > , \ > > + IS_ENABLED(CONFIG_MAC80211_HW_##_flg##_OFF > > )) > > +#include <net/mac80211-hwflags.h> > > +#undef DEFINE_HWFLAG > > You learned to use the MACRO force well, young Skywalker. >
Heh. Sadly, this breaks the automatic Kconfig dependency tracking, since it doesn't realize it should have a dependency on include/config/mac80211/hw/.../{on,off}.h Not sure what to do about that - I'm tempted to just ignore it. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html