compat-wireless: fix patches/99-change-makefiles.patch
authorLuis R. Rodriguez <mcgrof@frijolero.org>
Wed, 1 Feb 2012 00:03:18 +0000 (16:03 -0800)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Wed, 1 Feb 2012 00:03:18 +0000 (16:03 -0800)
commit2fa0d889dfb578a4aabe6692295f84de3a37667a
tree2037f03adb77a1b6cf00db71fc446af5353c622b
parent4927ab4afab9b5a93db31659dbfd64ad98d8a533
compat-wireless: fix patches/99-change-makefiles.patch

CONFIG_USB_NET_QMI_WWAN was added and therefore the
respective Makefile, drivers/net/usb/Makefile, needs
to be adjusted to remove that from our list of targets.

If we user our own generated Makefiles for drivers the
advantage is that we would not face this issue when upstream
gets a new driver that our hunk needs to ignore but -- the
disadvantage is that any changes upstream would require a
respective change into compat-wireless. Driver Makefiles
though typically are just copied as-is and never modified.
Its subsystem Makefiles that we tend to have to patch on
this file.

One option would be to somehow annotate upstream targets as
compat-wireless maintained so that we can script out what
targets to leave in.

Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
patches/99-change-makefiles.patch