aqhome: Added test for serial interface, added api.h.

This commit is contained in:
Martin Preuss
2023-01-22 17:47:30 +01:00
parent 144ef32252
commit e639550d00
4 changed files with 142 additions and 8 deletions

View File

@@ -44,6 +44,7 @@
<headers dist="true" >
api.h
serial.h
serial_p.h
</headers>
@@ -72,5 +73,22 @@
</target>
<target type="Program" name="libtest" >
<includes type="c" >
$(gwenhywfar_cflags)
-I$(topsrcdir)
-I$(topbuilddir)
</includes>
<setVar name="local/cflags">$(visibility_cflags)</setVar>
<sources>libtest.c</sources>
<useTargets>aqhome</useTargets>
<libraries>$(gwenhywfar_libs)</libraries>
</target>
</gwbuild>