Makefile 505 B

1234567891011121314151617181920212223
  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:=6.1
  10. define Target/Description
  11. Build firmware images for BCM33xx cable modem chips,
  12. BCM63xx DSL chips and BCM7xxx set-top box chips.
  13. endef
  14. include $(INCLUDE_DIR)/target.mk
  15. DEFAULT_PACKAGES += ethtool kmod-gpio-button-hotplug
  16. $(eval $(call BuildTarget))