diff options
author | Marian Balakowicz <m8@semihalf.com> | 2006-04-05 20:37:11 +0200 |
---|---|---|
committer | Marian Balakowicz <m8@semihalf.com> | 2006-04-05 20:37:11 +0200 |
commit | 1707626650f2cd2c716902de5a81616d7e60c85f (patch) | |
tree | 0649a40c65ed3882bc1f5f1ceeba3787dcc6f744 | |
parent | 05d8dce9d07cf4073ea15fbc448c1ce22b6baf0f (diff) | |
download | u-boot-imx-1707626650f2cd2c716902de5a81616d7e60c85f.zip u-boot-imx-1707626650f2cd2c716902de5a81616d7e60c85f.tar.gz u-boot-imx-1707626650f2cd2c716902de5a81616d7e60c85f.tar.bz2 |
Correct PM828_PCI_config Makefile target.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |