Skip to content
Snippets Groups Projects
Commit 717ff717 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

Makefile: drop link against libblobmsg_json and libjson-c


They are not necessary

Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 8e68ab0b
No related branches found
No related tags found
No related merge requests found
IWINFO_BACKENDS = $(BACKENDS)
IWINFO_CFLAGS = $(CFLAGS) -std=gnu99 -fstrict-aliasing -Iinclude
IWINFO_LDFLAGS = -luci -lblobmsg_json -ljson-c -lubox
IWINFO_LDFLAGS = -luci -lubox
IWINFO_LIB = libiwinfo.so
IWINFO_LIB_LDFLAGS = $(LDFLAGS) -shared
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment