diff options
author | Vasily Khoruzhick <anarsoul@gmail.com> | 2016-03-21 04:37:00 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-03-27 16:12:55 +0300 |
commit | f19eb15426d83f983fc18b46e6c274caf62cfd42 (patch) | |
tree | 2907fda2a5ed3ed627f8c991d73f3625cc75984c /board/zipitz2/Makefile | |
parent | 9caeb26c5446fbf835c88c0bfc470d66aaad82c6 (diff) | |
download | u-boot-f19eb15426d83f983fc18b46e6c274caf62cfd42.tar.xz |
zipitz2: restore board support
zipitz2 was dropped in 49d8899ba9c26335e4a12e01c18028fc5e40c796
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Diffstat (limited to 'board/zipitz2/Makefile')
-rw-r--r-- | board/zipitz2/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/board/zipitz2/Makefile b/board/zipitz2/Makefile new file mode 100644 index 0000000000..855f6bcda8 --- /dev/null +++ b/board/zipitz2/Makefile @@ -0,0 +1,10 @@ +# +# Copyright (C) 2009 +# Marek Vasut <marek.vasut@gmail.com> +# +# Heavily based on pxa255_idp platform +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := zipitz2.o |