Alexander Martinz | 12710b5 | 2022-05-11 19:11:49 +0200 | [diff] [blame^] | 1 | LOCAL_PATH := $(call my-dir) |
2 | |||||
3 | define target-radio-files | ||||
4 | $(notdir \ | ||||
5 | $(wildcard $(LOCAL_PATH)/filesmap) \ | ||||
6 | $(wildcard $(LOCAL_PATH)/*.bin) \ | ||||
7 | $(wildcard $(LOCAL_PATH)/*.elf) \ | ||||
8 | $(wildcard $(LOCAL_PATH)/*.img) \ | ||||
9 | $(wildcard $(LOCAL_PATH)/*.mbn) \ | ||||
10 | ) | ||||
11 | endef | ||||
12 | |||||
13 | -include vendor/firmware/$(TARGET_DEVICE)/firmware.mk |