diff options
author | Ley Foon Tan <ley.foon.tan@intel.com> | 2019-11-27 15:55:28 +0800 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2020-01-07 14:38:33 +0100 |
commit | 1560357deca93745cafed67217d126c218f86f6f (patch) | |
tree | 0e2104625a9c7cd17dc2420bfa47f1e2fb11667d /board/intel/agilex-socdk/Makefile | |
parent | 6a48c34c250e41765951586d3389c0df69b2dbe1 (diff) |
board: intel: agilex: Add socdk board support for Intel Agilex SoC
Add socdk board support for Intel Agilex SoC
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Diffstat (limited to 'board/intel/agilex-socdk/Makefile')
-rw-r--r-- | board/intel/agilex-socdk/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/intel/agilex-socdk/Makefile b/board/intel/agilex-socdk/Makefile new file mode 100644 index 0000000000..b86223a571 --- /dev/null +++ b/board/intel/agilex-socdk/Makefile @@ -0,0 +1,7 @@ +# +# Copyright (C) 2019 Intel Corporation <www.intel.com> +# +# SPDX-License-Identifier: GPL-2.0 +# + +obj-y := socfpga.o |