aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBenjamin Hadad IV <bh4@unc.edu>2023-08-16 22:00:20 -0400
committerBenjamin Hadad IV <bh4@unc.edu>2023-08-16 22:00:20 -0400
commit9e6cc03cdf736fbd817ed53fa9a7f506bc91a244 (patch)
tree9a40dacb60282939a979377bfa605556ef64c04f /Makefile
parent845960fc1b15995fdbd6d61c384567652a150bc4 (diff)
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
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
5 5
6# TODO: Avoid needing to distribute NVIDIA's headers (at least they're MIT...) 6# TODO: Avoid needing to distribute NVIDIA's headers (at least they're MIT...)
7ccflags-y += -I$(PWD)/include 7ccflags-y += -I$(PWD)/include
8ccflags-y += -std=gnu99
9#ccflags-y += -I/playpen/Linux_for_Tegra/source/public/kernel/nvgpu/drivers/gpu/nvgpu/include 8#ccflags-y += -I/playpen/Linux_for_Tegra/source/public/kernel/nvgpu/drivers/gpu/nvgpu/include
10#ccflags-y += -I/playpen/Linux_for_Tegra/source/public/kernel/nvgpu/drivers/gpu/nvgpu 9#ccflags-y += -I/playpen/Linux_for_Tegra/source/public/kernel/nvgpu/drivers/gpu/nvgpu
11#ccflags-y += -I/playpen/Linux_for_Tegra/source/public/kernel/nvgpu/include 10#ccflags-y += -I/playpen/Linux_for_Tegra/source/public/kernel/nvgpu/include