]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
iw: add version.o to objects
authorJohannes Berg <johannes.berg@intel.com>
Fri, 24 May 2019 08:36:20 +0000 (10:36 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 24 May 2019 08:44:25 +0000 (10:44 +0200)
Oops. This needs to be included manually since there's no
C file for it, it's generated.

Change-Id: I5b81caf3e2decf3a44f6470f8900e1774fc585d8
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Makefile

index 686d73820a80b7d936edf9f9a97b61d5480cbda6..30749ad575441f37891229d8304d0284bd1abcfe 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ CFLAGS += -Wall -Wextra -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-a
          -Werror-implicit-function-declaration -Wsign-compare -Wno-unused-parameter \
          $(CFLAGS_EVAL)
 
-OBJS = $(sort $(patsubst %.c,%.o,$(wildcard *.c)))
+OBJS = $(sort $(patsubst %.c,%.o,$(wildcard *.c))) version.o
 
 ALL = iw