diff options
author | Tom Rini <trini@konsulko.com> | 2016-09-27 11:40:56 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-27 11:40:56 -0400 |
commit | 6d5565608f385b89f528ecf5680410cdc6cf63e9 (patch) | |
tree | 9403a25d40b8546e1e8a77fbe70da67c5ed4ade0 /arch/arm/mach-mvebu/armada8k/Makefile | |
parent | e120c848bac77cfcc88183541c2e966e625a7840 (diff) | |
parent | b28d29f784f5cc33c92e291d35eda603ea4e58e3 (diff) |
Merge git://www.denx.de/git/u-boot-marvell
Diffstat (limited to 'arch/arm/mach-mvebu/armada8k/Makefile')
-rw-r--r-- | arch/arm/mach-mvebu/armada8k/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/armada8k/Makefile b/arch/arm/mach-mvebu/armada8k/Makefile new file mode 100644 index 0000000000..84c69d90e7 --- /dev/null +++ b/arch/arm/mach-mvebu/armada8k/Makefile @@ -0,0 +1,7 @@ +# +# Copyright (C) 2016 Stefan Roese <sr@denx.de> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y = cpu.o |