diff --git a/Makefile b/Makefile
index beea5d2881a8da7099c44c8677feb9df368b53fb..af0c25af4c56c896c20ff9db57163ff2138b0e6a 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 \