42274510a3553a80d81abd2f4b2e501db2e5e36b
[openwrt-github/.git] / target / linux / zynq / profiles / zed.mk
1 #
2 # Copyright (C) 2015 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/ZED
9         NAME:=ZedBoard development board
10         PACKAGES:= uboot-zynq-zed
11 endef
12
13 define Profile/ZED/Description
14         Build firmware image for Avnet Digilent ZedBoard development board.
15 endef
16
17 $(eval $(call Profile,ZED))