X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/0c60e90bdf1a75402f9cc86eb300c5619dd895bc..892bd75ffefedb5fdf4de47bbdaa97071e4f0909:/rtems/gw/cangw/Makefile.omk diff --git a/rtems/gw/cangw/Makefile.omk b/rtems/gw/cangw/Makefile.omk index 6316958..eeef8e4 100644 --- a/rtems/gw/cangw/Makefile.omk +++ b/rtems/gw/cangw/Makefile.omk @@ -3,8 +3,14 @@ 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 + +#lib_LIBRARIES +#include_HEADERS