From 7c1da7c4a99e7c1a0b11d6103a12817d14f08e68 Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Mon, 3 Apr 2023 12:34:31 +0000 Subject: [PATCH] host1x: Remove Makefile to prepare for host1x integration host1x driver is available in the kernel/nvidia and to integrate with git history, it is required to remove the dummy Makefile. Remove the dummy Makefile. Bug 4038415 Change-Id: I335c298a235d1e7843bbee7aeb643a1120dfc714 Signed-off-by: Laxman Dewangan --- drivers/gpu/host1x/Makefile | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 drivers/gpu/host1x/Makefile diff --git a/drivers/gpu/host1x/Makefile b/drivers/gpu/host1x/Makefile deleted file mode 100644 index 890ed2b0..00000000 --- a/drivers/gpu/host1x/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0 -# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. - -# NOTE: Do not change or add anything in this makefile. -# The source code and makefile rules are copied from the -# kernel/nvidia/drivers/gpu/host1x. This file is -# just place-holder for empty makefile to avoid any build -# issue when copy is not done from command line and building -# the tree independent of source copy. -