]> rtime.felk.cvut.cz Git - rtems-devel.git/blob - rtems-omk-template/appsmptest/Makefile.omk
appsmptest: include simple application to test RTEMS SMP capabilities.
[rtems-devel.git] / rtems-omk-template / appsmptest / Makefile.omk
1 default_CONFIG += CONFIG_OC_BUILD4RTEMS=y
2 default_CONFIG += CONFIG_OC_GDBSTUB=x
3 default_CONFIG += CONFIG_OC_APP_APPSMPTEST=x
4
5 ifeq ($(CONFIG_OC_APP_APPSMPTEST),y)
6
7 LOCAL_CONFIG_H = appl_config.h
8
9 bin_PROGRAMS = appsmptest
10
11 #lib_LIBRARIES = 
12
13 #include_HEADERS = 
14
15 appsmptest_SOURCES += init.c task_1.c
16
17 endif