From 6b960f35e9693038c0e4bbcead4c4d9779aeb47d Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Fri, 10 Jun 2011 16:39:38 +0000 Subject: [PATCH] Silly Makefile bug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 431ed232..76996c27 100755 --- a/Makefile +++ b/Makefile @@ -328,7 +328,7 @@ $(BDIR)/rawlist: for VARIANT in $(VARIANTS); do \ VARIANTDEFS="$$VARIANTDEFS -D VARIANT_$$VARIANT"; \ done; \ - if [ "$(FORCE_FIRMWARE)"x != "0"x ] ; then \ + if [ "$(FORCE_FIRMWARE)"x = "1"x ] ; then \ ARCHDEFS="$$ARCHDEFS -DFORCE_FIRMWARE"; \ fi; \ if [ "$(EXCLUDE_486_KERNEL)"x = "1"x ] ; then \