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 ..