Correct PM828_PCI_config Makefile target.
This commit is contained in:
parent
05d8dce9d0
commit
1707626650
2
Makefile
2
Makefile
@ -1187,7 +1187,7 @@ PM828_config \
|
|||||||
PM828_PCI_config \
|
PM828_PCI_config \
|
||||||
PM828_ROMBOOT_config \
|
PM828_ROMBOOT_config \
|
||||||
PM828_ROMBOOT_PCI_config: unconfig
|
PM828_ROMBOOT_PCI_config: unconfig
|
||||||
@if [ -z "$(findstring _PCI_,$@)" ] ; then \
|
@if [ "$(findstring _PCI_,$@)" ] ; then \
|
||||||
echo "#define CONFIG_PCI" >>include/config.h ; \
|
echo "#define CONFIG_PCI" >>include/config.h ; \
|
||||||
echo "... with PCI enabled" ; \
|
echo "... with PCI enabled" ; \
|
||||||
else \
|
else \
|
||||||
|
Loading…
Reference in New Issue
Block a user