]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - 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
index 63169587e845fdd407279b7349ae2e89486b8b37..abea9ebfd346a07cd9118e11601eaaef1895f04d 100644 (file)
@@ -6,5 +6,10 @@ 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