]> rtime.felk.cvut.cz Git - rtems-pluggable-edf.git/blob - src/appfoo/Makefile.omk
Directory rtems-omk-template renamed to src
[rtems-pluggable-edf.git] / src / 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 = ../edf/scheduler_edf.h ../edf/edf_types.h ../edf/rbtree.h
9
10 appfoo_SOURCES += init.c task_1.c task_2.c
11
12 #appfoo_EMBEDTARFILES = rootfs
13
14 lib_LOADLIBES += bar
15
16 appfoo_LIBS = edf
17