Skip to content
Snippets Groups Projects
Commit 17076266 authored by Marian Balakowicz's avatar Marian Balakowicz
Browse files

Correct PM828_PCI_config Makefile target.

parent 05d8dce9
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment