Makefile 535 B

123456789101112131415161718192021222324
  1. # SPDX-License-Identifier: GPL-2.0-or-later
  2. include $(TOPDIR)/rules.mk
  3. ARCH:=mips
  4. CPU_TYPE:=mips32
  5. BOARD:=bmips
  6. BOARDNAME:=Broadcom BMIPS
  7. SUBTARGETS:=bcm6318 bcm6328 bcm6358 bcm6362 bcm6368 bcm63268
  8. FEATURES:=gpio squashfs usb
  9. KERNEL_PATCHVER:=5.15
  10. KERNEL_TESTING_PATCHVER:=6.1
  11. define Target/Description
  12. Build firmware images for BCM33xx cable modem chips,
  13. BCM63xx DSL chips and BCM7xxx set-top box chips.
  14. endef
  15. include $(INCLUDE_DIR)/target.mk
  16. DEFAULT_PACKAGES += ethtool kmod-gpio-button-hotplug
  17. $(eval $(call BuildTarget))