Blame SOURCES/9000-Makefile-CONFIG_IONIC.patch

1632d2
Index: src/drivers/net/ethernet/pensando/ionic/Makefile
1632d2
===================================================================
1632d2
--- src.orig/drivers/net/ethernet/pensando/ionic/Makefile	2020-06-28 15:21:53.545664652 +0200
1632d2
+++ src/drivers/net/ethernet/pensando/ionic/Makefile	2020-06-28 15:22:39.483729298 +0200
1632d2
@@ -1,6 +1,9 @@
1632d2
 # SPDX-License-Identifier: GPL-2.0
1632d2
 # Copyright(c) 2017 - 2019 Pensando Systems, Inc
1632d2
 
1632d2
+CONFIG_NET_VENDOR_PENSANDO := y
1632d2
+CONFIG_IONIC := m
1632d2
+
1632d2
 obj-$(CONFIG_IONIC) := ionic.o
1632d2
 
1632d2
 ionic-y := ionic_main.o ionic_bus_pci.o ionic_devlink.o ionic_dev.o \