1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00
openwrt/target/linux/samsung/Makefile
Jianhui Zhao 84c212da44 samsung/s5pv210: New target
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-07-30 14:10:00 +02:00

27 lines
549 B
Makefile

#
# Copyright (C) 2018 Jianhui Zhao <jianhuizhao329@gmail.com>
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=samsung
BOARDNAME:=Samsung s3c24xx/s5pv210
SUBTARGETS:=s5pv210
MAINTAINER:=Jianhui Zhao <jianhuizhao329@gmail.com>
KERNEL_PATCHVER:=4.14
define Target/Description
Build firmware images for Samsung s3c24xx/s5pv210 based boards.
endef
include $(INCLUDE_DIR)/target.mk
KERNELNAME:=zImage dtbs
$(eval $(call BuildTarget))