]> rtime.felk.cvut.cz Git - rtems-devel.git/blobdiff - rtems-omk-template/appfoo/Makefile.omk
RTEMS template for OMK build system conforming application.
[rtems-devel.git] / rtems-omk-template / appfoo / Makefile.omk
diff --git a/rtems-omk-template/appfoo/Makefile.omk b/rtems-omk-template/appfoo/Makefile.omk
new file mode 100644 (file)
index 0000000..135b758
--- /dev/null
@@ -0,0 +1,15 @@
+default_CONFIG += CONFIG_OC_BUILD4RTEMS=y
+default_CONFIG += CONFIG_OC_GDBSTUB=n
+
+bin_PROGRAMS = appfoo
+
+#lib_LIBRARIES = 
+
+#include_HEADERS = 
+
+appfoo_SOURCES += init.c task_1.c
+
+#appfoo_EMBEDTARFILES = rootfs
+
+lib_LOADLIBES += bar
+