mirror of
git://projects.qi-hardware.com/nn-usb-fpga.git
synced 2025-04-21 12:27:27 +03:00
Adding lm32 demo to SAKC project
This commit is contained in:
10
lm32/logic/sakc/tools/srec2vram/Makefile
Normal file
10
lm32/logic/sakc/tools/srec2vram/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
CC ?= gcc
|
||||
CFLAGS ?= -O2 -Wall
|
||||
|
||||
all: srec2vram
|
||||
|
||||
srec2vram: srec2vram.c
|
||||
$(CC) $(CFLAGS) -o srec2vram srec2vram.c
|
||||
|
||||
clean:
|
||||
rm -f srec2vram
|
||||
Reference in New Issue
Block a user