From 4698bfc235c20e955466b6362df2a39f7478c13f Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Mon, 24 Aug 2009 12:53:34 +0200 Subject: separate commands into sections The ad-hoc way of parsing the command "tree" didn't really work out, so separate the commands better into sections and parse by that. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e356ae4..cb5fcc1 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ OBJS = iw.o genl.o event.o info.o phy.o \ interface.o ibss.o station.o util.o \ mesh.o mpath.o scan.o reg.o version.o \ reason.o status.o connect.o link.o +OBJS += sections.o ALL = iw NL1FOUND := $(shell $(PKG_CONFIG) --atleast-version=1 libnl-1 && echo Y) -- cgit v1.2.3