]> rtime.felk.cvut.cz Git - rtems-devel.git/blobdiff - rtems-omk-template/appdl/examples/Makefile.omk
Simple application which object file can be used to test dlopen.
[rtems-devel.git] / rtems-omk-template / appdl / examples / Makefile.omk
diff --git a/rtems-omk-template/appdl/examples/Makefile.omk b/rtems-omk-template/appdl/examples/Makefile.omk
new file mode 100644 (file)
index 0000000..dc585c4
--- /dev/null
@@ -0,0 +1,13 @@
+default_CONFIG += CONFIG_OC_APP_DL_PRINT=x
+
+ifeq ($(CONFIG_OC_APP_DL_PRINT),y)
+
+test_PROGRAMS = appdl_print
+
+#lib_LIBRARIES = 
+
+#include_HEADERS = 
+
+appdl_print_SOURCES += appdl_print.c
+
+endif