nvethernet: Update Makefile

Add eqos_common.c to source and common include path to include section
of the Makefile.

Bug 200630996

Change-Id: I7fc1fd798e91cb125d6181d72925a73804c9fa7a
Signed-off-by: Nagarjuna Kristam <nkristam@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2372241
(cherry picked from commit 643cec090558772cd5acfc8245b790f61b43ad97)
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2372144
Reviewed-by: automaticguardword <automaticguardword@nvidia.com>
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Gaurav Asati <gasati@nvidia.com>
Reviewed-by: Srinivas Ramachandran <srinivasra@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
GVS: Gerrit_Virtual_Submit
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Nagarjuna Kristam
2020-07-08 11:06:40 +05:30
committed by Revanth Kumar Uppala
parent 05756c75fe
commit aa31dfba17

View File

@@ -1,4 +1,4 @@
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
# Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms and conditions of the GNU General Public License,
@@ -18,7 +18,8 @@ OSI_DMA := nvethernetrm/osi/dma
obj-$(CONFIG_NVETHERNET) += nvethernet.o
EXTRA_CFLAGS += -DTHERMAL_CAL -I$(srctree.nvidia)/drivers/net/ethernet/nvidia/nvethernet/nvethernetrm/include
ccflags-y += -DTHERMAL_CAL -I$(srctree.nvidia)/drivers/net/ethernet/nvidia/nvethernet/nvethernetrm/include \
-I$(srctree.nvidia)/drivers/net/ethernet/nvidia/nvethernet/nvethernetrm/osi/common/include
nvethernet-objs:= ether_linux.o \
osd.o \
@@ -28,6 +29,7 @@ nvethernet-objs:= ether_linux.o \
ptp.o \
$(OSI_CORE)/osi_core.o \
$(OSI_COMMON)/osi_common.o \
$(OSI_COMMON)/eqos_common.o \
$(OSI_DMA)/osi_dma.o \
$(OSI_DMA)/osi_dma_txrx.o \
$(OSI_CORE)/eqos_core.o \