Makefile 469 B

12345678910111213141516171819202122232425
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Copyright (C) 2024 Bootlin
  4. #
  5. include $(TOPDIR)/rules.mk
  6. BOARD:=stm32
  7. BOARDNAME:=STMicroelectronics STM32
  8. FEATURES:=boot-part emmc ext4 gpio rtc usb
  9. SUBTARGETS:=stm32mp1
  10. CPU_TYPE:=
  11. KERNEL_PATCHVER:=6.6
  12. KERNEL_TESTING_PATCHVER:=6.12
  13. include $(INCLUDE_DIR)/target.mk
  14. DEFAULT_PACKAGES += blockdev kmod-gpio-button-hotplug
  15. define Target/Description
  16. Build firmware image for STM32 devices
  17. endef
  18. $(eval $(call BuildTarget))