[aws-trusty][PATCH] UBUNTU: SAUCE: tweak ubuntu/Makefile target order
Kamal Mostafa
kamal at canonical.com
Thu Oct 12 17:04:27 UTC 2017
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/
##
##
##
--
2.7.4
More information about the kernel-team
mailing list