From: Bruno Randolf Date: Tue, 11 May 2010 08:39:33 +0000 (+0900) Subject: iw: fix makefile for cqm X-Git-Tag: v0.9.20~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebaf17d0e134f0bb9b3be0afb8844fefd397b721;p=thirdparty%2Fiw.git iw: fix makefile for cqm Signed-off-by: Bruno Randolf Signed-off-by: Johannes Berg --- diff --git a/Makefile b/Makefile index e21900a..d303f45 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ CFLAGS += -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing 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 scan.o reg.o version.o \ - reason.o status.o connect.o link.o offch.o ps.o cqm.c + reason.o status.o connect.o link.o offch.o ps.o cqm.o OBJS += sections.o ALL = iw