build: Use the new build system for fuzz tests
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
a49f628845
commit
00b5e99b65
18 changed files with 134 additions and 123 deletions
|
@ -28,11 +28,13 @@ OBJS += $(SRC)/common/dpp_pkex.o
|
|||
OBJS += $(SRC)/common/dpp_reconfig.o
|
||||
OBJS += $(SRC)/common/dpp_tcp.o
|
||||
|
||||
dpp-uri: dpp-uri.o $(OBJS) $(LIBS)
|
||||
OBJS += dpp-uri.o
|
||||
|
||||
_OBJS_VAR := OBJS
|
||||
include ../../../src/objs.mk
|
||||
|
||||
dpp-uri: $(OBJS) $(LIBS)
|
||||
$(LDO) $(LDFLAGS) -o $@ $^ -lcrypto
|
||||
|
||||
clean:
|
||||
$(MAKE) -C $(SRC) clean
|
||||
clean: common-clean
|
||||
rm -f dpp-uri *~ *.o *.d ../*~ ../*.o ../*.d
|
||||
|
||||
-include $(OBJS:%.o=%.d)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue