From f449308cc50a5124df604fc839b47721bd68eceb Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Wed, 5 Dec 2012 10:27:28 -0300 Subject: [PATCH] tornado/fw/ben/Makefile: compile static binary and un-phony "ben" --- tornado/fw/ben/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tornado/fw/ben/Makefile b/tornado/fw/ben/Makefile index 37353ee..fd537d0 100644 --- a/tornado/fw/ben/Makefile +++ b/tornado/fw/ben/Makefile @@ -1,8 +1,9 @@ CC = mipsel-openwrt-linux-gcc CFLAGS = -g -Wall -I.. -I. +LDFLAGS = -static OBJS = ben.o mmc.o mmc-hw.o -.PHONY: all ben clean spotless +.PHONY: all clean spotless vpath %.c ..