diff options
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 |