SNMP frontend. New snmp_lib.[ch] and rearranged code into lib

Test: renamed WITH_SNMP -> ENABLE_SNMP
This commit is contained in:
Olof hagsand 2022-05-14 17:13:10 +02:00
parent 3642fde46f
commit 8a208693ba
9 changed files with 349 additions and 214 deletions

View file

@ -85,6 +85,7 @@ APPL = clixon_snmp
APPSRC =
APPSRC += snmp_main.c
APPSRC += snmp_mib_yang.c
APPSRC += snmp_lib.c
APPOBJ = $(APPSRC:.c=.o)