aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5d61177..18c07e8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
1obj-m += nvdebug.o 1obj-m += nvdebug.o
2nvdebug-objs = runlist_procfs.o runlist.o nvdebug_entry.o 2nvdebug-objs = runlist_procfs.o runlist.o nvdebug_entry.o
3KBUILD_CFLAGS += -DGIT_HASH=\"$(shell git --git-dir=$(PWD)/.git rev-parse --short HEAD)\"
3 4
4# TODO: Avoid needing to distribute NVIDIA's headers (at least they're MIT...) 5# TODO: Avoid needing to distribute NVIDIA's headers (at least they're MIT...)
5#ccflags-y += -I$(PWD)/include 6#ccflags-y += -I$(PWD)/include