ACK: [aws-trusty][PATCH] UBUNTU: SAUCE: tweak ubuntu/Makefile target order
Colin Ian King
colin.king at canonical.com
Thu Oct 12 17:06:38 UTC 2017
On 12/10/17 18:04, Kamal Mostafa wrote:
> Fix up the ubuntu/Makefile target placement within the '##' lines
> (homogenize with master's) so that git rebase can work as intended.
>
> Ignore: yes
>
> Signed-off-by: Kamal Mostafa <kamal at canonical.com>
> ---
> ubuntu/Makefile | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/ubuntu/Makefile b/ubuntu/Makefile
> index 3c6308f..0cbeab0 100644
> --- a/ubuntu/Makefile
> +++ b/ubuntu/Makefile
> @@ -39,17 +39,17 @@ endif
> obj-$(CONFIG_WLAN_VENDOR_RSI) += rsi/
> ##
> ##
> -obj-$(CONFIG_IXGBEVF_2_14_2) += ixgbevf-2.14.2/src/
> ##
> +obj-$(CONFIG_OPENNSL) += opennsl/
> ##
> ##
> ##
> -obj-$(CONFIG_OPENNSL) += opennsl/
> ##
> +obj-$(CONFIG_BNXT_BPO) += bnxt/
> ##
> ##
> ##
> -obj-$(CONFIG_BNXT_BPO) += bnxt/
> +obj-$(CONFIG_IXGBEVF_2_14_2) += ixgbevf-2.14.2/src/
> ##
> ##
> ##
>
Seems reasonable to me.
Acked-by: Colin Ian King <colin.king at canonical.com>
More information about the kernel-team
mailing list