device-vendor.mk 488 B

12345678910111213141516171819
  1. ifeq ($(TARGET_PREBUILT_BOOTPART), )
  2. LOCAL_BOOTPART := $(LOCAL_PATH)/bootpart.lichee_pi_4a.ext4
  3. else
  4. LOCAL_BOOTPART := $(TARGET_PREBUILT_BOOTPART)
  5. endif
  6. ifeq ($(TARGET_PREBUILT_UBOOT),)
  7. LOCAL_UBOOT := $(LOCAL_PATH)/u-boot-with-spl.bin
  8. else
  9. LOCAL_UBOOT := $(TARGET_PREBUILT_UBOOT)
  10. endif
  11. PRODUCT_COPY_FILES += \
  12. $(LOCAL_UBOOT):u-boot-with-spl.bin \
  13. $(LOCAL_BOOTPART):bootpart.ext4
  14. # Peripherals config path
  15. PERIPHERALS_CONFIG_PATH := vendor/thead/proprietary/config/peripherals