X-Git-Url: https://rtime.felk.cvut.cz/gitweb/mirosot.git/blobdiff_plain/86608e251db3b85b5d9cec1d487261b11325edbe..ba111b946b45f8493ad0e2b10430c296f2f08cb8:/testapp/Makefile.omk diff --git a/testapp/Makefile.omk b/testapp/Makefile.omk index be40280..2362cb9 100644 --- a/testapp/Makefile.omk +++ b/testapp/Makefile.omk @@ -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