]> rtime.felk.cvut.cz Git - mirosot.git/blob - testapp/Makefile.omk
Disabled building of bluetooth by default
[mirosot.git] / testapp / Makefile.omk
1 # -*- makefile -*-
2
3 ifeq ($(CONFIG_BLUETOOTH),y)
4
5 bin_PROGRAMS  = mirosot
6
7 mirosot_SOURCES = mirosot_main.c cmd_pxmc.c cmd_bth.c
8
9 mirosot_LIBS = boot_fn arch_drivers excptvec misc pxmc m sci_channels mirobt
10 mirosot_MOREOBJS = $(USER_LIB_DIR)/system_stub.o
11
12 endif