diff options
author | Wolfgang Denk | 2005-08-06 01:42:58 +0200 |
---|---|---|
committer | Wolfgang Denk | 2005-08-06 01:42:58 +0200 |
commit | f901a83b70a586cef89682843e2d16d6c7b2288a (patch) | |
tree | 139e02c9726dd0b2786f644a1a646e3d6fba028b /Makefile | |
parent | 5633796c090340238b025dff4b8107be8509a68b (diff) |
Add support for ep8248 board
Patch by Yuli Barcohen, 12 Dec 2004
Minor code cleanup.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -997,6 +997,10 @@ CPU87_ROMBOOT_config: unconfig fi; \ echo "export CONFIG_BOOT_ROM" >> config.mk; +ep8248_config \ +ep8248E_config : unconfig + @./mkconfig ep8248 ppc mpc8260 ep8248 + ep8260_config: unconfig @./mkconfig $(@:_config=) ppc mpc8260 ep8260 |