Skip to content

Commit

Permalink
Add kernel headers for use by vendor HAL libraries
Browse files Browse the repository at this point in the history
Changes include:
- Added kernel headers for use by vendor HAL libraries
- Added MTL graphics firmware pattern

Tracked-On: OAM-113177
Signed-off-by: Jeevaka Prabu Badrappan <jeevaka.badrappan@intel.com>
  • Loading branch information
JeevakaPrabu authored and sysopenci committed Nov 3, 2023
1 parent 9491ea2 commit b54abef
Show file tree
Hide file tree
Showing 3 changed files with 8,688 additions and 1 deletion.
3 changes: 2 additions & 1 deletion firmware.mk
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ LOCAL_FIRMWARE_PATTERN_IN_DIR := \
i915/ehl \
i915/tgl \
i915/adl \
i915/dg2
i915/dg2 \
i915/mtl

LOCAL_FIRMWARE_SRC += $(foreach f,$(LOCAL_FIRMWARE_PATTERN),$(shell cd $(FIRMWARES_DIR) && find . -iname "*$(f)*" -type f,l ))
LOCAL_FIRMWARE_SRC += $(foreach f,$(LOCAL_FIRMWARE_DIR),$(shell cd $(FIRMWARES_DIR) && find $(f) -type f,l) )
Expand Down
Loading

0 comments on commit b54abef

Please sign in to comment.