openwrt/target/linux/realtek/rtl839x/target.mk
Olliver Schinagl 94d8b4852b realtek: Cleanup Makefiles
Our current Makefiles a little bit messy and can be improved somewhat,
both in whitespace and in style.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2022-12-27 16:33:15 +01:00

13 lines
245 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
ARCH:=mips
SUBTARGET:=rtl839x
CPU_TYPE:=24kc
BOARD:=realtek
BOARDNAME:=Realtek MIPS RTL839X
KERNEL_PATCHVER:=5.10
define Target/Description
Build firmware images for Realtek RTL839x based boards.
endef