]> rtime.felk.cvut.cz Git - rtems-devel.git/blob - rtems-tests/prioinh_posix/Makefile.omk
Portable version of priority inheritance check (Posix API based).
[rtems-devel.git] / rtems-tests / prioinh_posix / Makefile.omk
1 default_CONFIG += CONFIG_OC_BUILD4RTEMS=y
2 default_CONFIG += CONFIG_OC_GDBSTUB=n
3
4 bin_PROGRAMS = prioinh_posix
5
6 #lib_LIBRARIES = 
7
8 #include_HEADERS = 
9
10 prioinh_posix_SOURCES += prio_inherit_test.c
11
12 ifeq ($(strip $(OMK_RULES_TYPE)),rtems)
13 prioinh_posix_SOURCES += init.c
14 INCLUDES += -D COMPILE_FOR_RTEMS
15 else
16 lib_LOADLIBES += pthread
17 endif
18
19 #appfoo_EMBEDTARFILES = rootfs
20