From b14db404b55424ef783a163a02da8868120b36c9 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Wed, 30 Nov 2016 11:33:44 -0500 Subject: pyhelper: Move helper functions from serialqueue.c to new file Signed-off-by: Kevin O'Connor --- klippy/chelper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'klippy/chelper.py') diff --git a/klippy/chelper.py b/klippy/chelper.py index cca91b43..7fb8fd98 100644 --- a/klippy/chelper.py +++ b/klippy/chelper.py @@ -7,9 +7,9 @@ import os, logging import cffi COMPILE_CMD = "gcc -Wall -g -O -shared -fPIC -o %s %s" -SOURCE_FILES = ['stepcompress.c', 'serialqueue.c'] +SOURCE_FILES = ['stepcompress.c', 'serialqueue.c', 'pyhelper.c'] DEST_LIB = "c_helper.so" -OTHER_FILES = ['list.h', 'serialqueue.h'] +OTHER_FILES = ['list.h', 'serialqueue.h', 'pyhelper.h'] defs_stepcompress = """ struct stepcompress *stepcompress_alloc(uint32_t max_error -- cgit v1.2.3-70-g09d2