File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ sdk: buildroot SDK/output/.config
6161 @$(call MESSAGE,"Making FunKey SDK")
6262 @$(BRMAKE ) BR2_EXTERNAL=../SDK O=../SDK/output prepare-sdk
6363 @$(call MESSAGE,"Generating SDK tarball")
64- export LC_ALL=C; \
64+ @ export LC_ALL=C; \
6565 SDK=FunKey-sdk-$(shell cat FunKey/board/funkey/rootfs-overlay/etc/sw-versions | cut -f 2) ; \
6666 grep -lr " $( shell pwd) /SDK/output/host" SDK/output/host | while read -r FILE ; do \
6767 if file -b --mime-type " $$ {FILE}" | grep -q ' ^text/' ; then \
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ $ cd FunKey-OS
9292You may now build your FunKey with:
9393
9494``` bash
95- $ make
95+ $ make sdk all
9696```
9797This may take a while (~ 1h30), so consider getting yourself a cup, a glass or a bottle of your favorite beverage ;-)
9898
You can’t perform that action at this time.
0 commit comments