1
0
mirror of git://projects.qi-hardware.com/antorcha.git synced 2024-11-01 15:37:31 +02:00

tornado/fw/ben/Makefile: compile static binary and un-phony "ben"

This commit is contained in:
Werner Almesberger 2012-12-05 10:27:28 -03:00
parent 1e29171a26
commit f449308cc5

View File

@ -1,8 +1,9 @@
CC = mipsel-openwrt-linux-gcc CC = mipsel-openwrt-linux-gcc
CFLAGS = -g -Wall -I.. -I. CFLAGS = -g -Wall -I.. -I.
LDFLAGS = -static
OBJS = ben.o mmc.o mmc-hw.o OBJS = ben.o mmc.o mmc-hw.o
.PHONY: all ben clean spotless .PHONY: all clean spotless
vpath %.c .. vpath %.c ..