X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/0c60e90bdf1a75402f9cc86eb300c5619dd895bc..ddc40c70cfce8c93b228bc28a3144da45acd6708:/rtems/gw/cangw/Makefile.omk diff --git a/rtems/gw/cangw/Makefile.omk b/rtems/gw/cangw/Makefile.omk index 6316958..e0b0378 100644 --- a/rtems/gw/cangw/Makefile.omk +++ b/rtems/gw/cangw/Makefile.omk @@ -3,8 +3,11 @@ default_CONFIG += CONFIG_OC_GDBSTUB=n bin_PROGRAMS = cangw -#lib_LIBRARIES = -#include_HEADERS = +#I am not entirely sure these two are needed, but according to documentation, they are. +CFLAGS_LD += HeapSize=0x80000 +MANAGERS = io event semaphore cangw_SOURCES += init.c gw.c helpers.c + +lib_LOADLIBES += load