]> rtime.felk.cvut.cz Git - mirosot.git/blobdiff - bth_tests/app/Makefile.omk
Disabled building of bluetooth by default
[mirosot.git] / bth_tests / app / Makefile.omk
index 4959b357bac009e9893c7e05746c6dd0c07b4e55..611a0ff0e2009298dd0c67f9b091742895df7015 100644 (file)
@@ -1,5 +1,9 @@
 # -*- makefile -*-
 
+ifeq ($(CONFIG_BLUETOOTH_LINUX),y)
+
 bin_PROGRAMS = test
 test_SOURCES = test.c
 test_LIBS = bluetooth mirobt
+
+endif