mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
7 lines
94 B
Makefile
7 lines
94 B
Makefile
bin_PROGRAMS =
|
|
|
|
if BOXTYPE_SPARK
|
|
bin_PROGRAMS += spark_fp
|
|
spark_fp_SOURCES = spark_fp.c
|
|
endif
|