]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - rtems/gw/cangw/Makefile.omk
Integrates cpu loading library and adds some minor changes.
[can-benchmark.git] / rtems / gw / cangw / Makefile.omk
index 63169587e845fdd407279b7349ae2e89486b8b37..eeef8e4c09ef0617fb6661218b885507736027ec 100644 (file)
@@ -3,8 +3,14 @@ default_CONFIG += CONFIG_OC_GDBSTUB=n
 
 bin_PROGRAMS = cangw
 
-#lib_LIBRARIES = 
-
-#include_HEADERS = 
+\r
+#I am not entirely sure these two are needed, but according to documentation, they are.\r
+CFLAGS_LD += HeapSize=0x80000\r
+MANAGERS = io event semaphore\r
 
 cangw_SOURCES += init.c gw.c helpers.c
+\r
+lib_LOADLIBES += load\r
+\r
+#lib_LIBRARIES\r
+#include_HEADERS\r