From: Marian Balakowicz Date: Wed, 5 Apr 2006 18:37:11 +0000 (+0200) Subject: Correct PM828_PCI_config Makefile target. X-Git-Tag: LABEL_2006_04_18_1106~4^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1707626650f2cd2c716902de5a81616d7e60c85f;p=u-boot Correct PM828_PCI_config Makefile target. --- diff --git a/Makefile b/Makefile index beea5d2881..af0c25af4c 100644 --- a/Makefile +++ b/Makefile @@ -1187,7 +1187,7 @@ PM828_config \ PM828_PCI_config \ PM828_ROMBOOT_config \ PM828_ROMBOOT_PCI_config: unconfig - @if [ -z "$(findstring _PCI_,$@)" ] ; then \ + @if [ "$(findstring _PCI_,$@)" ] ; then \ echo "#define CONFIG_PCI" >>include/config.h ; \ echo "... with PCI enabled" ; \ else \