Index: utility/Makefile |
diff --git a/utility/Makefile b/utility/Makefile |
index af25ee244e616a95e79cd1d141906fd04d485ea0..68975840b904feda45be66e402033e7ac2ef88f4 100644 |
--- a/utility/Makefile |
+++ b/utility/Makefile |
@@ -10,7 +10,7 @@ INCLUDES += -I./include \ |
-I$(HOSTDIR)/include |
CFLAGS += $(INCLUDES) |
CFLAGS += -MMD -MF $@.d |
-LIBS = $(HOSTLIB) $(FWLIB) |
+LIBS = $(HOSTLIB) |
HOSTCC = cc |
BUILD_ROOT = ${BUILD}/utility |