Skip to content

Commit

Permalink
include/trusted-firmware-a.mk: allow overriding package install template
Browse files Browse the repository at this point in the history
Useful for special targets (e.g. RAM-only images)

Signed-off-by: Felix Fietkau <[email protected]>
  • Loading branch information
nbd168 committed May 7, 2024
1 parent 683355d commit 3cb8dc3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions include/trusted-firmware-a.mk
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,11 @@ define Build/Trusted-Firmware-A/Target
URL:=https://www.trustedfirmware.org/projects/tf-a/
endef

define Package/trusted-firmware-a-$(1)/install
ifndef Package/trusted-firmware-a-$(1)/install
define Package/trusted-firmware-a-$(1)/install
$$(Package/trusted-firmware-a/install)
endef
endef
endif
endef

define Build/Configure/Trusted-Firmware-A
Expand Down

0 comments on commit 3cb8dc3

Please sign in to comment.