diff options
author | maxims@google.com | 2017-01-18 13:44:58 -0800 |
---|---|---|
committer | Tom Rini | 2017-01-28 14:04:33 -0500 |
commit | d9b88d2547bcea1ef17e29255fd716b6315b2aec (patch) | |
tree | 57a76ea6c3c34bc45106076337112b914254dba6 /board/aspeed/evb_ast2500/Makefile | |
parent | f6a6a9f0497a9ec9f48966b2ee89d762f26092d2 (diff) |
aspeed: Support for ast2500 Eval Board
ast2500 Eval Board device tree and board specific configuration.
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/aspeed/evb_ast2500/Makefile')
-rw-r--r-- | board/aspeed/evb_ast2500/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/aspeed/evb_ast2500/Makefile b/board/aspeed/evb_ast2500/Makefile new file mode 100644 index 00000000000..4564098299d --- /dev/null +++ b/board/aspeed/evb_ast2500/Makefile @@ -0,0 +1 @@ +obj-y += evb_ast2500.o |