diff options
author | Alexey Brodkin <alexey.brodkin@synopsys.com> | 2018-10-18 09:54:58 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2018-11-01 23:04:05 +0300 |
commit | adc9b09a23f3cfef56130abc4c4c1a9085a0ec13 (patch) | |
tree | e0f697c49f0e718ef58da575c172b51a7420b905 /board/synopsys/emsdp/Makefile | |
parent | fdaccfeb5e03e18c05be386b8a7c6be02be2cf15 (diff) |
emdk->emsdp: Rename board
Real marketing name of the board was recently updated so
to accommodate that change renaming the board and all
related to it.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'board/synopsys/emsdp/Makefile')
-rw-r--r-- | board/synopsys/emsdp/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/synopsys/emsdp/Makefile b/board/synopsys/emsdp/Makefile new file mode 100644 index 0000000000..733a48c46a --- /dev/null +++ b/board/synopsys/emsdp/Makefile @@ -0,0 +1,7 @@ +# +# Copyright (C) 2018 Synopsys, Inc. All rights reserved. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += emsdp.o |