Fix hlr_auc_gw build with CONFIG_WPA_TRACE=y
This commit is contained in:
parent
3642c4313a
commit
e5851439e3
1 changed files with 2 additions and 0 deletions
|
@ -63,12 +63,14 @@ CFLAGS += -DHOSTAPD
|
|||
ifdef CONFIG_WPA_TRACE
|
||||
CFLAGS += -DWPA_TRACE
|
||||
OBJS += ../src/utils/trace.o
|
||||
HOBJS += ../src/utils/trace.o
|
||||
LDFLAGS += -rdynamic
|
||||
CFLAGS += -funwind-tables
|
||||
ifdef CONFIG_WPA_TRACE_BFD
|
||||
CFLAGS += -DWPA_TRACE_BFD
|
||||
LIBS += -lbfd
|
||||
LIBS_c += -lbfd
|
||||
LIBS_h += -lbfd
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue