1
0
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:
Werner Almesberger
2012-12-04 22:39:38 -03:00
parent 4064698884
commit 1e29171a26
4 changed files with 157 additions and 0 deletions

17
tornado/fw/ben/Makefile Normal file
View 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