config.mk
changeset 4 70b4e0b27e2c
parent 1 3e9290bf7249
child 6 de6b88d1fa3c
--- a/config.mk	Mon Oct 20 23:24:03 2014 +0400
+++ b/config.mk	Thu Oct 23 17:55:13 2014 +0400
@@ -16,6 +16,6 @@
 STATUS_CFLAGS = -std=c99 -pedantic -Wall -Os ${STATUS_INCS} ${STATUS_CPPFLAGS}
 STATUS_LDFLAGS = ${STATUS_LIBS} -static
 
-STATUS = status-time status-mem status-loadavg
+STATUS = status-time status-mem status-loadavg status-wifi
 # compiler and linker
 CC = cc