servo: update to use cmake macro for servo

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Thomas Ingleby
2014-06-12 11:44:17 +01:00
parent cea5816c43
commit 058c40e340
4 changed files with 12 additions and 19 deletions

7
src/servo/jsupm_servo.i Normal file
View File

@@ -0,0 +1,7 @@
%module jsupm_servo
%{
#include "servo.h"
%}
%include "servo.h"