12 lines
253 B
Makefile
12 lines
253 B
Makefile
|
# Generated by adevtool; do not edit
|
||
|
# For more info, see https://github.com/kdrag0n/adevtool
|
||
|
|
||
|
LOCAL_PATH := $(call my-dir)
|
||
|
|
||
|
ifeq ($(TARGET_DEVICE),oriole)
|
||
|
|
||
|
$(call add-radio-file,firmware/bootloader.img)
|
||
|
$(call add-radio-file,firmware/radio.img)
|
||
|
|
||
|
endif
|