From: Johannes Berg Date: Wed, 29 Oct 2014 16:08:35 +0000 (+0100) Subject: add vendor command to Makefile X-Git-Tag: v4.0~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60dbfa8a9da0d7c98ce5dddecf94a75ac2672d64;p=thirdparty%2Fiw.git add vendor command to Makefile Apparently I forgot this when applying the previous commit. Signed-off-by: Johannes Berg --- diff --git a/Makefile b/Makefile index c05b2c4..5bf955d 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ OBJS = iw.o genl.o event.o info.o phy.o \ interface.o ibss.o station.o survey.o util.o \ mesh.o mpath.o mpp.o scan.o reg.o version.o \ reason.o status.o connect.o link.o offch.o ps.o cqm.o \ - bitrate.o wowlan.o coalesce.o roc.o p2p.o + bitrate.o wowlan.o coalesce.o roc.o p2p.o vendor.o OBJS += sections.o OBJS-$(HWSIM) += hwsim.o