nvidia: update nvethernetrm source file location in Makefile

Bug 200573260
Bug 200587518

Change-Id: I76881cdb19a0185f0b9dd6ba1f07ceb8a9d6eb9f
Signed-off-by: Manish Bhardwaj <mbhardwaj@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2329567
Reviewed-by: automaticguardword <automaticguardword@nvidia.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Vipin Kumar <vipink@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
GVS: Gerrit_Virtual_Submit
This commit is contained in:
Manish Bhardwaj
2020-04-24 22:25:01 +05:30
committed by Revanth Kumar Uppala
parent 89c9124052
commit 7d18f1c6b0
2 changed files with 4 additions and 3 deletions

View File

@@ -0,0 +1 @@
nvethernetrm

View File

@@ -12,9 +12,9 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
OSI_COMMON := ../../../../../../nvethernetrm/osi/common OSI_COMMON := nvethernetrm/osi/common
OSI_CORE := ../../../../../../nvethernetrm/osi/core OSI_CORE := nvethernetrm/osi/core
OSI_DMA := ../../../../../../nvethernetrm/osi/dma OSI_DMA := nvethernetrm/osi/dma
obj-$(CONFIG_NVETHERNET) += nvethernet.o obj-$(CONFIG_NVETHERNET) += nvethernet.o