Files
libstb-hal/tools/Makefile.am
Stefan Seyfried e91dcc03bc spark: add spark_fp tool
this needs my patched aotom driver to work
2012-04-15 18:53:58 +02:00

7 lines
94 B
Makefile

bin_PROGRAMS =
if BOXTYPE_SPARK
bin_PROGRAMS += spark_fp
spark_fp_SOURCES = spark_fp.c
endif