Correct PM828_PCI_config Makefile target.

This commit is contained in:
Marian Balakowicz 2006-04-05 20:37:11 +02:00
parent 05d8dce9d0
commit 1707626650
1 changed files with 1 additions and 1 deletions

View File

@ -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 \