diff options
author | Quentin Rameau <quinq@fifth.space> | 2018-04-30 15:14:39 +0200 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2018-04-30 15:42:16 +0200 |
commit | 569e88fbbc997c027eb032787a58071c7c40fd80 (patch) | |
tree | 3d493e6035e1c91f2108dbc71e2cf3a3a9cd86b5 /Makefile | |
parent | b1d3a34c1dd9001d3c569d1839ea185547c7b22b (diff) |
wifi: OS split
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ COM =\ components/$(OS)/uptime \ components/user\ components/volume\ - components/wifi + components/$(OS)/wifi all: slstatus |