aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9d6d374..e7b160c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,8 @@
1obj-m += nvdebug.o 1obj-m += nvdebug.o
2nvdebug-objs = runlist_procfs.o device_info_procfs.o runlist.o mmu.o \ 2nvdebug-objs = runlist_procfs.o device_info_procfs.o runlist.o mmu.o \
3 nvdebug_entry.o bus.o nvdebug_linux.o copy_topology_procfs.o 3 nvdebug_entry.o bus.o nvdebug_linux.o copy_topology_procfs.o
4KBUILD_CFLAGS += -DGIT_HASH=\"$(shell git --git-dir=$(PWD)/.git rev-parse --short HEAD)\" 4KBUILD_CFLAGS += -DGIT_HASH=\"$(shell git --git-dir=$(PWD)/.git rev-parse --short HEAD)\" \
5 -Wno-missing-prototypes -Wno-missing-declarations
5# -mfentry above if not building due to mcount missing 6# -mfentry above if not building due to mcount missing
6 7
7all: 8all: