]> rtime.felk.cvut.cz Git - rtems-devel.git/blob - 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
1 default_CONFIG += CONFIG_OC_APP_DL_PRINT=x
2
3 ifeq ($(CONFIG_OC_APP_DL_PRINT),y)
4
5 test_PROGRAMS = appdl_print
6
7 #lib_LIBRARIES = 
8
9 #include_HEADERS = 
10
11 appdl_print_SOURCES += appdl_print.c
12
13 endif