Add NBD-based UF2 file server
This commit is contained in:
6
brick/uf2daemon/Makefile
Normal file
6
brick/uf2daemon/Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
CFLAGS = -std=c99 -W -Wall
|
||||
SRC = main.c fat.c
|
||||
|
||||
all:
|
||||
gcc -DX86=1 -g $(CFLAGS) $(SRC) -o server86
|
||||
arm-none-linux-gnueabi-gcc -Os -s $(CFLAGS) $(SRC) -o server
|
Reference in New Issue
Block a user