mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-14 19:04:39 +00:00
10 lines
290 B
Makefile
10 lines
290 B
Makefile
|
Package/amdgpu-firmware = $(call Package/firmware-default,AMDGPU Video Driver firmware)
|
||
|
define Package/amdgpu-firmware/install
|
||
|
$(INSTALL_DIR) $(1)/lib/firmware/amdgpu
|
||
|
$(CP) \
|
||
|
$(PKG_BUILD_DIR)/amdgpu/*.bin \
|
||
|
$(1)/lib/firmware/amdgpu
|
||
|
endef
|
||
|
|
||
|
$(eval $(call BuildPackage,amdgpu-firmware))
|