aboutsummaryrefslogblamecommitdiffstats
path: root/Makefile
blob: 18c07e83d71498b5f09949b0ac6a3dbe7be126f0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
                  
                                                         
                                                                                         











                                                                                            
obj-m += nvdebug.o
nvdebug-objs = runlist_procfs.o runlist.o nvdebug_entry.o
KBUILD_CFLAGS += -DGIT_HASH=\"$(shell git --git-dir=$(PWD)/.git rev-parse --short HEAD)\"

# TODO: Avoid needing to distribute NVIDIA's headers (at least they're MIT...)
#ccflags-y += -I$(PWD)/include
ccflags-y += -I/playpen/Linux_for_Tegra/source/public/kernel/nvgpu/drivers/gpu/nvgpu/include
ccflags-y += -I/playpen/Linux_for_Tegra/source/public/kernel/nvgpu/drivers/gpu/nvgpu
ccflags-y += -I/playpen/Linux_for_Tegra/source/public/kernel/nvgpu/include
ccflags-y += -I/playpen/Linux_for_Tegra/source/public/kernel/nvgpu/include/uapi

all:
	make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
clean:
	make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean