target.mk 222 B

12345678910
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. ARCH:=mips
  3. SUBTARGET:=rtl930x
  4. CPU_TYPE:=24kc
  5. BOARD:=realtek
  6. BOARDNAME:=Realtek MIPS RTL930X
  7. define Target/Description
  8. Build firmware images for Realtek RTL930x based boards.
  9. endef