aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Bakita <jbakita@cs.unc.edu>2024-04-08 14:46:57 -0400
committerJoshua Bakita <jbakita@cs.unc.edu>2024-04-08 14:46:57 -0400
commit6a89ea5912619af9a9682b9ab39be43f411fb984 (patch)
treef120a12655b8301696dc7cc64e624d49e9c540d0 /Makefile
parentac60151ea0a4a1f3882fde3c486af870029b7977 (diff)
Put PRAMIN-pointer and BAR2-page-table-PRAMIN-pointer logic into bus.c
Derived from logic in `runlist.c` and `mmu.c`. The new functions are not directly used in this commit.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2e588fa..c2d2e96 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
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 copy_topology_procfs.o 3 nvdebug_entry.o bus.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# -mfentry above if not building due to mcount missing 5# -mfentry above if not building due to mcount missing
6 6