commit | 3d8d1256f7ea49bc81c67eac91b0bf3649738340 | [log] [tgz] |
---|---|---|
author | Marian Balakowicz <m8@semihalf.com> | Wed Apr 05 20:37:11 2006 +0200 |
committer | Marian Balakowicz <m8@semihalf.com> | Wed Apr 05 20:37:11 2006 +0200 |
tree | 0649a40c65ed3882bc1f5f1ceeba3787dcc6f744 | |
parent | e18f9438710bafbd0771b2b0de932062fa57dce2 [diff] |
Correct PM828_PCI_config Makefile target.
diff --git a/Makefile b/Makefile index beea5d2..af0c25a 100644 --- a/Makefile +++ b/Makefile
@@ -1187,7 +1187,7 @@ 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 \