projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05d8dce
)
Correct PM828_PCI_config Makefile target.
author
Marian Balakowicz
<m8@semihalf.com>
Wed, 5 Apr 2006 18:37:11 +0000
(20:37 +0200)
committer
Marian Balakowicz
<m8@semihalf.com>
Wed, 5 Apr 2006 18:37:11 +0000
(20:37 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index beea5d2881a8da7099c44c8677feb9df368b53fb..af0c25af4c56c896c20ff9db57163ff2138b0e6a 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-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 \