X-Git-Url: http://rtime.felk.cvut.cz/gitweb/rtems-devel.git/blobdiff_plain/018e1c5e6cdee061f4c4681641b0bbc53e36247f..a469d47ebe5cd2bc2688b382842dff7327911c7d:/rtems-omk-template/applwiptest/Makefile.omk diff --git a/rtems-omk-template/applwiptest/Makefile.omk b/rtems-omk-template/applwiptest/Makefile.omk new file mode 100644 index 0000000..284a1b5 --- /dev/null +++ b/rtems-omk-template/applwiptest/Makefile.omk @@ -0,0 +1,21 @@ +default_CONFIG += CONFIG_OC_BUILD4RTEMS=y +default_CONFIG += CONFIG_OC_GDBSTUB=n +default_CONFIG += CONFIG_OC_APP_APPLWIPTEST=x + +ifeq ($(CONFIG_OC_APP_APPLWIPTEST),y) + +bin_PROGRAMS = applwiptest + +#lib_LIBRARIES = + +#include_HEADERS = + +applwiptest_SOURCES += init.c task_1.c + +#appfoo_EMBEDTARFILES = rootfs + +lib_LOADLIBES += bar lwip + +endif + +