mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-21 14:56:18 +00:00
build: Add missing line continuation
When -lrt was added, it was missing a '\' at the end of line. Add it. Cc: Tim Gore <tim.gore@intel.com> Cc: Thomas Wood <thomas.wood@intel.com> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
09ea86eac1
commit
f6155ac30c
@ -14,7 +14,7 @@ I915ChipsetPython_la_LIBADD = \
|
|||||||
$(DRM_LIBS) \
|
$(DRM_LIBS) \
|
||||||
$(CAIRO_LIBS) \
|
$(CAIRO_LIBS) \
|
||||||
$(LIBUNWIND_LIBS) \
|
$(LIBUNWIND_LIBS) \
|
||||||
-lrt
|
-lrt \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
chipset.py: chipset_wrap_python.c
|
chipset.py: chipset_wrap_python.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user