mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
add the path of UCODE_OUT [2/2]
PD# NONE copy the fimware to the UCODE_OUT. Change-Id: Ia7815156ba4219f7b4a7582322028b3391df9253 Signed-off-by: Nanxin Qin <nanxin.qin@amlogic.com>
This commit is contained in:
@@ -46,6 +46,12 @@ else
|
||||
MODS_OUT := $(ANDROID_BUILD_TOP)/$(TARGET_OUT)/lib
|
||||
endif
|
||||
|
||||
UCODE_OUT := $(ANDROID_PRODUCT_OUT)/$(TARGET_COPY_OUT_VENDOR)/lib/modules/firmware/video
|
||||
ifeq (,$(wildcard $(UCODE_OUT)))
|
||||
$(shell mkdir $(UCODE_OUT) -p)
|
||||
endif
|
||||
|
||||
$(shell cp $(MEDIA_DRIVERS)/../firmware/* $(UCODE_OUT) -rfa)
|
||||
$(shell cp $(MEDIA_DRIVERS)/* $(MEDIA_MODULES) -rfa)
|
||||
|
||||
define media-modules
|
||||
|
||||
Reference in New Issue
Block a user