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:
Damien Lespiau 2015-05-11 17:53:44 +01:00
parent 09ea86eac1
commit f6155ac30c

View File

@ -14,7 +14,7 @@ I915ChipsetPython_la_LIBADD = \
$(DRM_LIBS) \
$(CAIRO_LIBS) \
$(LIBUNWIND_LIBS) \
-lrt
-lrt \
$(NULL)
chipset.py: chipset_wrap_python.c