Skip to content
Snippets Groups Projects
Commit 9dd9656e authored by John Crispin's avatar John Crispin
Browse files

brcm2708-gpu-fw: simplify target dependencies


Signed-off-by: default avatarÁlvaro Fernández Rojas <noltari@gmail.com>

SVN-Revision: 44435
parent 0d369987
No related branches found
No related tags found
No related merge requests found
......@@ -23,9 +23,9 @@ include $(INCLUDE_DIR)/package.mk
define Package/brcm2708-gpu-fw
SECTION:=boot
CATEGORY:=Boot Loaders
DEPENDS:=@(TARGET_brcm2708_bcm2708||TARGET_brcm2708_bcm2709)
DEPENDS:=@TARGET_brcm2708
TITLE:=brcm2708-gpu-fw
DEFAULT:=y if (TARGET_brcm2708_bcm2708||TARGET_brcm2708_bcm2709)
DEFAULT:=y if TARGET_brcm2708
endef
define Package/brcm2708-gpu-fw/description
......@@ -41,4 +41,3 @@ define Build/InstallDev
endef
$(eval $(call BuildPackage,brcm2708-gpu-fw))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment