From 9e6cc03cdf736fbd817ed53fa9a7f506bc91a244 Mon Sep 17 00:00:00 2001 From: Benjamin Hadad IV Date: Wed, 16 Aug 2023 22:00:20 -0400 Subject: A variety of changes have been made as part of the code review. - Functions have been consolidated. - Code was clarified and tidied up overall. - Unnecessary elements were removed. --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8e32bd0..2dc90c7 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,6 @@ KBUILD_CFLAGS += -DGIT_HASH=\"$(shell git --git-dir=$(PWD)/.git rev-parse --shor # TODO: Avoid needing to distribute NVIDIA's headers (at least they're MIT...) ccflags-y += -I$(PWD)/include -ccflags-y += -std=gnu99 #ccflags-y += -I/playpen/Linux_for_Tegra/source/public/kernel/nvgpu/drivers/gpu/nvgpu/include #ccflags-y += -I/playpen/Linux_for_Tegra/source/public/kernel/nvgpu/drivers/gpu/nvgpu #ccflags-y += -I/playpen/Linux_for_Tegra/source/public/kernel/nvgpu/include -- cgit v1.2.2