config.mk
changeset 6 de6b88d1fa3c
parent 4 70b4e0b27e2c
child 7 c0ca2b08f061
equal deleted inserted replaced
5:e3ee9aa21b1f 6:de6b88d1fa3c
    14 STATUS_INCS =
    14 STATUS_INCS =
    15 STATUS_CPPFLAGS = -DVERSION=\"${VERSION}\"
    15 STATUS_CPPFLAGS = -DVERSION=\"${VERSION}\"
    16 STATUS_CFLAGS = -std=c99 -pedantic -Wall -Os ${STATUS_INCS} ${STATUS_CPPFLAGS}
    16 STATUS_CFLAGS = -std=c99 -pedantic -Wall -Os ${STATUS_INCS} ${STATUS_CPPFLAGS}
    17 STATUS_LDFLAGS = ${STATUS_LIBS} -static
    17 STATUS_LDFLAGS = ${STATUS_LIBS} -static
    18 
    18 
    19 STATUS = status-time status-mem status-loadavg status-wifi
    19 STATUS = status-time status-mem status-loadavg status-wifi status-bat
    20 # compiler and linker
    20 # compiler and linker
    21 CC = cc
    21 CC = cc