diff options
| author | Joshua Bakita <jbakita@cs.unc.edu> | 2021-08-26 18:53:29 -0400 |
|---|---|---|
| committer | Joshua Bakita <jbakita@cs.unc.edu> | 2021-08-26 18:53:29 -0400 |
| commit | 54e783959b5d3622556bbf34a3a7ad8e481d9e25 (patch) | |
| tree | 3221f3d93c6a12d2098ddd6ef95a39b2c2b69347 /Makefile | |
| parent | 5f661d8a5db3f7875f6bf36b4843a71fd08ecbea (diff) | |
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.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -1,4 +1,5 @@ | |||
| 1 | obj-m += nvdebug.o | 1 | obj-m += nvdebug.o |
| 2 | nvdebug-objs = runlist_procfs.o runlist.o nvdebug_entry.o | ||
| 2 | 3 | ||
| 3 | # TODO: Avoid needing to distribute NVIDIA's headers (at least they're MIT...) | 4 | # TODO: Avoid needing to distribute NVIDIA's headers (at least they're MIT...) |
| 4 | #ccflags-y += -I$(PWD)/include | 5 | #ccflags-y += -I$(PWD)/include |
