Re: Adding c files to build agent

2018-08-20 Thread Bart Van Assche
On 08/20/18 13:26, Simon Chamlian wrote: > I am trying to adapt the agent to our requirements. In order to do so, I > need to add some code (c files) to the agent to handle our own MIB. > > The agent is running on an embedded system (Linux-systemd) using Yocto > to build it. > > Where (in which m

Adding c files to build agent

2018-08-20 Thread Simon Chamlian
Hi, I am trying to adapt the agent to our requirements. In order to do so, I need to add some code (c files) to the agent to handle our own MIB. The agent is running on an embedded system (Linux-systemd) using Yocto to build it. Where (in which makefile) do I add my own code? I need to do somet