Correct PM828_PCI_config Makefile target.
authorMarian Balakowicz <m8@semihalf.com>
Wed, 5 Apr 2006 18:37:11 +0000 (20:37 +0200)
committerMarian Balakowicz <m8@semihalf.com>
Wed, 5 Apr 2006 18:37:11 +0000 (20:37 +0200)
Makefile

index beea5d2..af0c25a 100644 (file)
--- 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 \