From bdf1b35fbbefcfe4545d1dd4ee6e30d05920b102 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 17 May 2019 10:21:45 +0200 Subject: integrate libosmocore logging into firmware We do so using our own 'raw' log target to avoid the 4k-on-stack buffer of libosmocore _output() function. Change-Id: I7a10b5b2b50bcee0154a1fa3fc43756aec836226 --- sysmoOCTSIM/gcc/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysmoOCTSIM/gcc/Makefile') diff --git a/sysmoOCTSIM/gcc/Makefile b/sysmoOCTSIM/gcc/Makefile index 3001015..640fdff 100644 --- a/sysmoOCTSIM/gcc/Makefile +++ b/sysmoOCTSIM/gcc/Makefile @@ -83,6 +83,7 @@ hal/src/hal_init.o \ gcc/gcc/startup_same54.o \ hal/src/hal_usb_device.o \ main.o \ +libosmo_emb.o \ manual_test.o \ talloc.o \ usb_descriptors.o \ @@ -136,6 +137,7 @@ OBJS_AS_ARGS += \ "gcc/gcc/startup_same54.o" \ "hal/src/hal_usb_device.o" \ "main.o" \ +"libosmo_emb.o" \ "manual_test.o" \ "talloc.o" \ "usb_descriptors.o" \ @@ -195,6 +197,7 @@ DEPS_AS_ARGS += \ "hal/src/hal_usart_async_rings.d" \ "hpl/osc32kctrl/hpl_osc32kctrl.d" \ "main.d" \ +"libosmo_emb.d" \ "manual_test.d" \ "talloc.d" \ "usb_descriptors.d" \ -- cgit v1.2.3