summaryrefslogtreecommitdiffstats
path: root/userspace/Makefile.sources
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/Makefile.sources')
-rw-r--r--userspace/Makefile.sources16
1 files changed, 15 insertions, 1 deletions
diff --git a/userspace/Makefile.sources b/userspace/Makefile.sources
index 3598c971..cb46573a 100644
--- a/userspace/Makefile.sources
+++ b/userspace/Makefile.sources
@@ -24,7 +24,6 @@ include ../drivers/gpu/nvgpu/Makefile.sources
24 24
25OBJS := $(srcs:%.c=$(NVGPU_OUT)/%.o) 25OBJS := $(srcs:%.c=$(NVGPU_OUT)/%.o)
26 26
27
28HEADERS := \ 27HEADERS := \
29 $(NVGPU_SRC)/include/nvgpu/*.h \ 28 $(NVGPU_SRC)/include/nvgpu/*.h \
30 $(NVGPU_SRC)/include/nvgpu/hw/*/*.h \ 29 $(NVGPU_SRC)/include/nvgpu/hw/*/*.h \
@@ -32,3 +31,18 @@ HEADERS := \
32 $(NVGPU_SRC)/gm20b/*.h \ 31 $(NVGPU_SRC)/gm20b/*.h \
33 $(NVGPU_SRC)/gp10b/*.h \ 32 $(NVGPU_SRC)/gp10b/*.h \
34 $(NVGPU_SRC)/gv11b/*.h 33 $(NVGPU_SRC)/gv11b/*.h
34
35CORE_OBJS := \
36 $(CORE_OUT)/unit_main.o \
37 $(CORE_OUT)/nvgpu.o \
38 $(CORE_OUT)/args.o \
39 $(CORE_OUT)/io.o \
40 $(CORE_OUT)/module.o \
41 $(CORE_OUT)/results.o \
42 $(CORE_OUT)/exec.o
43
44CORE_HEADERS := \
45 $(CORE_SRC)/../include/unit/*.h
46
47# Each directory under the UNIT_SRC directory should correspond to one module.
48UNITS :=