]> rtime.felk.cvut.cz Git - can-benchmark.git/blob - rtems/gw/cangw/Makefile.omk
Commit adding basic ethernet capability to the GW application - responding to pings.
[can-benchmark.git] / rtems / gw / cangw / Makefile.omk
1 default_CONFIG += CONFIG_OC_BUILD4RTEMS=y
2 default_CONFIG += CONFIG_OC_GDBSTUB=n
3
4 bin_PROGRAMS = cangw
5
6 #lib_LIBRARIES = 
7
8 #include_HEADERS = 
9 \r
10 #I am not entirely sure these two are needed, but according to documentation, they are.\r
11 CFLAGS_LD += HeapSize=0x80000\r
12 MANAGERS = io event semaphore\r
13
14 cangw_SOURCES += init.c gw.c helpers.c
15 \r