diff options
| author | [email protected] <[email protected]> | 2015-02-12 01:39:40 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-03-05 20:13:21 -0500 |
| commit | 06fd66a4aa8f0bdb0e78072593728fa31be8dadf (patch) | |
| tree | be219ed21931578e8ad556fa60158a9c0324e6b6 /board/sysam/amcore/Makefile | |
| parent | a2bc4321e49fa90933029596dd5fa322aad99de4 (diff) | |
m68k: add amcore board support
Add Sysam Amcore m68k-based board support.
Signed-off-by: Angelo Dureghello <[email protected]>
Diffstat (limited to 'board/sysam/amcore/Makefile')
| -rw-r--r-- | board/sysam/amcore/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/sysam/amcore/Makefile b/board/sysam/amcore/Makefile new file mode 100644 index 00000000000..051186f0d5c --- /dev/null +++ b/board/sysam/amcore/Makefile @@ -0,0 +1,7 @@ +# +# (C) Copyright 2014 Angelo Dureghello <[email protected]> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y = amcore.o |
