summaryrefslogtreecommitdiffstats
path: root/userspace/units/Makefile.units
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/units/Makefile.units')
-rw-r--r--userspace/units/Makefile.units2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/units/Makefile.units b/userspace/units/Makefile.units
index 64b9e07d..9ba3111d 100644
--- a/userspace/units/Makefile.units
+++ b/userspace/units/Makefile.units
@@ -37,7 +37,7 @@ all: lib$(MODULE).so
37 $(CC) $(CFLAGS) -c -o $@ $< 37 $(CC) $(CFLAGS) -c -o $@ $<
38 38
39lib$(MODULE).so: $(OBJS) 39lib$(MODULE).so: $(OBJS)
40 $(CC) -shared -o $@ $(OBJS) 40 $(CC) -shared -o $@ $(OBJS) $(LIB_PATHS) -lnvgpu_unit
41 @mkdir -p $(UNIT_OUT)/ 41 @mkdir -p $(UNIT_OUT)/
42 @cp $@ $(UNIT_OUT)/ 42 @cp $@ $(UNIT_OUT)/
43 43