Skip to content

Commit

Permalink
Update state
Browse files Browse the repository at this point in the history
  • Loading branch information
slacrherbst committed Feb 13, 2024
1 parent 2fdf91e commit dee7bcd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion data_gpu/driver/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ KERNELDIR := /lib/modules/$(KVER)/build
SRCS := $(wildcard src/*.c)
OBJS := $(patsubst %.c,%.o,$(SRCS))

KBUILD_EXTRA_SYMBOLS := $(HOME)/nvidia.symvers
#KBUILD_EXTRA_SYMBOLS := $(HOME)/nvidia.symvers

ifndef GITV
GITT := $(shell cd $(HOME); git describe --tags)
Expand All @@ -45,3 +45,9 @@ all:
clean:
make ARCH=$(ARCH) CROSS_COMPILE=$(CROSS_COMPILE) -C $(KERNELDIR) M=$(HOME) clean
rm -f $(OBJS)

#modules: Module.symvers

#Module.symvers: $(NVIDIA_KO) nvidia-ko-to-module-symvers
# ./nvidia-ko-to-module-symvers "$<" "$@"

0 comments on commit dee7bcd

Please sign in to comment.