mirror of
git://projects.qi-hardware.com/antorcha.git
synced 2025-04-21 12:27:27 +03:00
tornado/fw/ben/: add cross-platform testing with the Ben (untested)
This commit is contained in:
17
tornado/fw/ben/Makefile
Normal file
17
tornado/fw/ben/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
CC = mipsel-openwrt-linux-gcc
|
||||
CFLAGS = -g -Wall -I.. -I.
|
||||
OBJS = ben.o mmc.o mmc-hw.o
|
||||
|
||||
.PHONY: all ben clean spotless
|
||||
|
||||
vpath %.c ..
|
||||
|
||||
all: ben
|
||||
|
||||
ben: $(OBJS)
|
||||
|
||||
clean:
|
||||
rm -f $(OBJS)
|
||||
|
||||
spotless: clean
|
||||
rm -f ben
|
||||
Reference in New Issue
Block a user