]> rtime.felk.cvut.cz Git - mirosot.git/blobdiff - testapp/Makefile.omk
Disabled building of bluetooth by default
[mirosot.git] / testapp / Makefile.omk
index 2362cb9847c4f5ecb55c3b90ee227ff950a877ab..ecf1560f4477581a60730d0b4dc3fa841bc9cb0f 100644 (file)
@@ -1,8 +1,12 @@
 # -*- makefile -*-
 
+ifeq ($(CONFIG_BLUETOOTH),y)
+
 bin_PROGRAMS  = mirosot
 
 mirosot_SOURCES = mirosot_main.c cmd_pxmc.c cmd_bth.c
 
 mirosot_LIBS = boot_fn arch_drivers excptvec misc pxmc m sci_channels mirobt
 mirosot_MOREOBJS = $(USER_LIB_DIR)/system_stub.o
+
+endif