Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot-2015.04
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vesta
u-boot-2015.04
Commits
90b1b2d6
Commit
90b1b2d6
authored
17 years ago
by
Grant Likely
Committed by
Wolfgang Denk
17 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix Makefile to use $(MKCONFIG) macro for all board ports
Signed-off-by:
Grant Likely
<
grant.likely@secretlab.ca
>
parent
057004f4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+8
-8
8 additions, 8 deletions
Makefile
with
8 additions
and
8 deletions
Makefile
+
8
−
8
View file @
90b1b2d6
...
...
@@ -424,7 +424,7 @@ jupiter_config: unconfig
@$(
MKCONFIG
)
jupiter ppc mpc5xxx jupiter
v38b_config
:
unconfig
@
./mkconfig
-a
v38b ppc mpc5xxx v38b
@
$(
MKCONFIG
)
-a
v38b ppc mpc5xxx v38b
inka4x0_config
:
unconfig
@$(
MKCONFIG
)
inka4x0 ppc mpc5xxx inka4x0
...
...
@@ -1027,7 +1027,7 @@ ADCIOP_config: unconfig
@$(
MKCONFIG
)
$(
@:_config
=
)
ppc ppc4xx adciop esd
alpr_config
:
unconfig
@
./mkconfig
$(
@:_config
=
)
ppc ppc4xx alpr prodrive
@
$(
MKCONFIG
)
$(
@:_config
=
)
ppc ppc4xx alpr prodrive
AP1000_config
:
unconfig
@$(
MKCONFIG
)
$(
@:_config
=
)
ppc ppc4xx ap1000 amirix
...
...
@@ -1239,7 +1239,7 @@ rainier_nand_config: unconfig
@
echo
"CONFIG_NAND_U_BOOT = y"
>>
$(
obj
)
include/config.mk
sc3_config
:
unconfig
@
./mkconfig
$(
@:_config
=
)
ppc ppc4xx sc3
@
$(
MKCONFIG
)
$(
@:_config
=
)
ppc ppc4xx sc3
taishan_config
:
unconfig
@$(
MKCONFIG
)
$(
@:_config
=
)
ppc ppc4xx taishan amcc
...
...
@@ -1405,7 +1405,7 @@ ep8260_config: unconfig
@$(
MKCONFIG
)
$(
@:_config
=
)
ppc mpc8260 ep8260
ep82xxm_config
:
unconfig
@
./mkconfig
$(
@:_config
=
)
ppc mpc8260 ep82xxm
@
$(
MKCONFIG
)
$(
@:_config
=
)
ppc mpc8260 ep82xxm
gw8260_config
:
unconfig
@$(
MKCONFIG
)
$(
@:_config
=
)
ppc mpc8260 gw8260
...
...
@@ -1841,7 +1841,7 @@ TQM8560_config: unconfig
#########################################################################
MPC8641HPCN_config
:
unconfig
@
./mkconfig
$(
@:_config
=
)
ppc mpc86xx mpc8641hpcn
@
$(
MKCONFIG
)
$(
@:_config
=
)
ppc mpc86xx mpc8641hpcn
#########################################################################
...
...
@@ -2411,12 +2411,12 @@ suzaku_config: unconfig
ml401_config
:
unconfig
@
>
include/config.h
@
echo
"#define CONFIG_ML401 1"
>>
include/config.h
@
./mkconfig
-a
$(
@:_config
=
)
microblaze microblaze ml401 xilinx
@
$(
MKCONFIG
)
-a
$(
@:_config
=
)
microblaze microblaze ml401 xilinx
xupv2p_config
:
unconfig
@
>
include/config.h
@
echo
"#define CONFIG_XUPV2P 1"
>>
include/config.h
@
./mkconfig
-a
$(
@:_config
=
)
microblaze microblaze xupv2p xilinx
@
$(
MKCONFIG
)
-a
$(
@:_config
=
)
microblaze microblaze xupv2p xilinx
#########################################################################
## Blackfin
...
...
@@ -2441,7 +2441,7 @@ bf561-ezkit_config: unconfig
#########################################################################
atstk1002_config
:
unconfig
@
./mkconfig
$(
@:_config
=
)
avr32 at32ap atstk1000 atmel at32ap7000
@
$(
MKCONFIG
)
$(
@:_config
=
)
avr32 at32ap atstk1000 atmel at32ap7000
#########################################################################
#########################################################################
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment