]> rtime.felk.cvut.cz Git - rtems-devel.git/blob - rtems-omk-template/appfoo/Makefile.omk
OMK Makefile.rules updated to allow specification of subdirectories in SOURCES.
[rtems-devel.git] / rtems-omk-template / appfoo / Makefile.omk
1 default_CONFIG += CONFIG_OC_BUILD4RTEMS=y
2 default_CONFIG += CONFIG_OC_GDBSTUB=n
3
4 bin_PROGRAMS = appfoo
5
6 #lib_LIBRARIES = 
7
8 #include_HEADERS = 
9
10 appfoo_SOURCES += init.c task_1.c
11
12 #appfoo_EMBEDTARFILES = rootfs
13
14 lib_LOADLIBES += bar
15