X-Git-Url: http://rtime.felk.cvut.cz/gitweb/rtems-devel.git/blobdiff_plain/bdbb41b7f3c3d1e9a4c339dd0866e33a009e4050..ed88b855399a4f66900e4f5d82b9e3951de88cec:/rtems-omk-template/appsmptest/Makefile.omk diff --git a/rtems-omk-template/appsmptest/Makefile.omk b/rtems-omk-template/appsmptest/Makefile.omk new file mode 100644 index 0000000..b51fcc0 --- /dev/null +++ b/rtems-omk-template/appsmptest/Makefile.omk @@ -0,0 +1,17 @@ +default_CONFIG += CONFIG_OC_BUILD4RTEMS=y +default_CONFIG += CONFIG_OC_GDBSTUB=x +default_CONFIG += CONFIG_OC_APP_APPSMPTEST=x + +ifeq ($(CONFIG_OC_APP_APPSMPTEST),y) + +LOCAL_CONFIG_H = appl_config.h + +bin_PROGRAMS = appsmptest + +#lib_LIBRARIES = + +#include_HEADERS = + +appsmptest_SOURCES += init.c task_1.c + +endif