Makefile 440 B

123456789101112131415161718192021222324
  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.12
  12. include $(INCLUDE_DIR)/target.mk
  13. DEFAULT_PACKAGES += blockdev kmod-gpio-button-hotplug
  14. define Target/Description
  15. Build firmware image for STM32 devices
  16. endef
  17. $(eval $(call BuildTarget))