summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@atlas.denx.de>2006-10-09 00:35:30 +0200
committerWolfgang Denk <wd@atlas.denx.de>2006-10-09 00:35:30 +0200
commit8d4ac794365a7abb1be8e050fd1b467b94a21865 (patch)
tree7232e6f248dfbd1b7dc6eac76b17054d7dd27014 /Makefile
parent9444b8818f1de25dfa322cbe3a283c758a3d20e3 (diff)
downloadblackbird-obmc-uboot-8d4ac794365a7abb1be8e050fd1b467b94a21865.tar.gz
blackbird-obmc-uboot-8d4ac794365a7abb1be8e050fd1b467b94a21865.zip
Add support for EP82xxM boards
Patch by Aaron Sells, 20 Jun 2006
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f48ca6cebb..8ef0097a4d 100644
--- a/Makefile
+++ b/Makefile
@@ -1332,6 +1332,9 @@ ep8248E_config : unconfig
ep8260_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc mpc8260 ep8260
+ep82xxm_config: unconfig
+ @./mkconfig $(@:_config=) ppc mpc8260 ep82xxm
+
gw8260_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc mpc8260 gw8260
OpenPOWER on IntegriCloud