uboot-omap: Do not hide bootloader packages
[openwrt/openwrt.git] / package / boot / uboot-omap / Makefile
1 #
2 # Copyright (C) 2012-2013 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 include $(TOPDIR)/rules.mk
9
10 PKG_VERSION:=2015.10
11 PKG_RELEASE:=1
12
13 PKG_HASH:=bdc68d5f9455ad933b059c735d983f2c8b6b552dafb062e5ff1444f623021955
14
15 include $(INCLUDE_DIR)/u-boot.mk
16 include $(INCLUDE_DIR)/package.mk
17
18 define U-Boot/Default
19 BUILD_TARGET:=omap
20 BUILD_DEVICES:=Default
21 UBOOT_IMAGE:=u-boot.img MLO
22 endef
23
24 define U-Boot/omap4_panda
25 NAME:=Pandaboard
26 endef
27
28 define U-Boot/am335x_evm
29 NAME:=AM335x EVM
30 endef
31
32 define U-Boot/omap3_overo
33 NAME:=Gumstix Overo
34 endef
35
36 define U-Boot/omap3_beagle
37 NAME:=BeagleBoard
38 endef
39
40 UBOOT_TARGETS:=omap4_panda am335x_evm omap3_overo omap3_beagle
41 UBOOT_CONFIGURE_VARS += USE_PRIVATE_LIBGCC=yes
42
43 $(eval $(call BuildPackage/U-Boot))