Skip to content

Commit

Permalink
add http.o and recovery.o to the side deck
Browse files Browse the repository at this point in the history
Signed-off-by: Fyodor Kovin <[email protected]>
  • Loading branch information
fkovinAtRocket committed May 3, 2019
1 parent fa5ea95 commit 2477bbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/gen-side-deck.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
FILES="httpserver.o utils.o dataservice.o json.o alloc.o logging.o"
FILES="recovery.o http.o httpserver.o utils.o dataservice.o json.o alloc.o logging.o"

cd tmp-zss
dd if=zssServer.x conv=unblock cbs=80 of=side-deck
Expand Down
Loading

0 comments on commit 2477bbd

Please sign in to comment.