]> rtime.felk.cvut.cz Git - rtems-devel.git/blobdiff - rtems-omk-template/applwiptest/Makefile.omk
LwIP test application added (echo server)
[rtems-devel.git] / 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 (file)
index 0000000..284a1b5
--- /dev/null
@@ -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
+
+