X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/5213ffa9e2ff09d8ff609b61a7cf589d03050477..892bd75ffefedb5fdf4de47bbdaa97071e4f0909:/rtems/gw/cangw/Makefile.omk diff --git a/rtems/gw/cangw/Makefile.omk b/rtems/gw/cangw/Makefile.omk index abea9eb..eeef8e4 100644 --- a/rtems/gw/cangw/Makefile.omk +++ b/rtems/gw/cangw/Makefile.omk @@ -3,9 +3,6 @@ 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 @@ -13,3 +10,7 @@ MANAGERS = io event semaphore cangw_SOURCES += init.c gw.c helpers.c +lib_LOADLIBES += load + +#lib_LIBRARIES +#include_HEADERS