]> rtime.felk.cvut.cz Git - mirosot.git/blobdiff - testapp/Makefile.omk
An unsucesfull attempt to clean bluetooth library and make it working.
[mirosot.git] / testapp / Makefile.omk
index be4028017bb465aca9171d5f284ece6cba4b6969..2362cb9847c4f5ecb55c3b90ee227ff950a877ab 100644 (file)
@@ -1,8 +1,8 @@
 # -*- makefile -*-
 
-bin_PROGRAMS  = Main
+bin_PROGRAMS  = mirosot
 
-Main_SOURCES = mirosot_main.c cmd_pxmc.c
+mirosot_SOURCES = mirosot_main.c cmd_pxmc.c cmd_bth.c
 
-Main_LIBS = boot_fn arch_drivers excptvec misc pxmc m sci_channels bluetooth
-Main_MOREOBJS = $(USER_LIB_DIR)/system_stub.o
+mirosot_LIBS = boot_fn arch_drivers excptvec misc pxmc m sci_channels mirobt
+mirosot_MOREOBJS = $(USER_LIB_DIR)/system_stub.o