Skip to content

Commit

Permalink
Adds debugging option for msr_version.c
Browse files Browse the repository at this point in the history
Fixes LLNL#180
  • Loading branch information
rountree committed Sep 26, 2024
1 parent 401b07f commit 39490d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#CFLAGS_msr_entry.o := -DDEBUG
#CFLAGS_msr_batch.o := -DDEBUG
#CFLAGS_msr-smp.o := -DDEBUG
#CFLAGS_msr_version.o := -DDEBUG

obj-m += msr-safe.o
msr-safe-objs := msr_entry.o msr_allowlist.o msr-smp.o msr_batch.o msr_version.o
Expand Down

0 comments on commit 39490d2

Please sign in to comment.