]> rtime.felk.cvut.cz Git - mirosot.git/blob - bth_tests/app/Makefile.omk
Disabled building of bluetooth by default
[mirosot.git] / bth_tests / app / Makefile.omk
1 # -*- makefile -*-
2
3 ifeq ($(CONFIG_BLUETOOTH_LINUX),y)
4
5 bin_PROGRAMS = test
6 test_SOURCES = test.c
7 test_LIBS = bluetooth mirobt
8
9 endif