From 54e783959b5d3622556bbf34a3a7ad8e481d9e25 Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Thu, 26 Aug 2021 18:53:29 -0400 Subject: Use procfs instead of dmesg to print runlist `cat /proc/runlist` to print the current runlist. Also break nvdebug.c into nvdebug_entry.c, runlist.c, and runlist_procfs.c. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cc14996..5d61177 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ obj-m += nvdebug.o +nvdebug-objs = runlist_procfs.o runlist.o nvdebug_entry.o # TODO: Avoid needing to distribute NVIDIA's headers (at least they're MIT...) #ccflags-y += -I$(PWD)/include -- cgit v1.2.2