We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1236af3 commit b564247Copy full SHA for b564247
net/wireless/Makefile
@@ -28,7 +28,7 @@ $(obj)/shipped-certs.c: $(wildcard $(srctree)/$(src)/certs/*.hex)
28
@$(kecho) " GEN $@"
29
@(echo '#include "reg.h"'; \
30
echo 'const u8 shipped_regdb_certs[] = {'; \
31
- cat $^ ; \
+ echo | cat - $^ ; \
32
echo '};'; \
33
echo 'unsigned int shipped_regdb_certs_len = sizeof(shipped_regdb_certs);'; \
34
) > $@
0 commit comments