mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-23 17:55:05 +03:00
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:
committed by
Revanth Kumar Uppala
parent
89c9124052
commit
7d18f1c6b0
1
drivers/net/ethernet/nvidia/nvethernet/.gitignore
vendored
Normal file
1
drivers/net/ethernet/nvidia/nvethernet/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
nvethernetrm
|
||||
@@ -12,9 +12,9 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
OSI_COMMON := ../../../../../../nvethernetrm/osi/common
|
||||
OSI_CORE := ../../../../../../nvethernetrm/osi/core
|
||||
OSI_DMA := ../../../../../../nvethernetrm/osi/dma
|
||||
OSI_COMMON := nvethernetrm/osi/common
|
||||
OSI_CORE := nvethernetrm/osi/core
|
||||
OSI_DMA := nvethernetrm/osi/dma
|
||||
|
||||
obj-$(CONFIG_NVETHERNET) += nvethernet.o
|
||||
|
||||
|
||||
Reference in New Issue
Block a user