samsung: split up DEVICE_TITLE
[openwrt/staging/rmilecki.git] / target / linux / samsung / image / Makefile
1 #
2 # Copyright (C) 2018 Jianhui Zhao <jianhuizhao329@gmail.com>
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8 include $(INCLUDE_DIR)/image.mk
9
10 KERNEL_LOADADDR := 0x20008000
11
12 define Device/Default
13 PROFILES = Default
14 KERNEL_NAME := zImage
15 KERNEL := kernel-bin | append-dtb | uImage none
16 endef
17
18 define Device/tq210
19 DEVICE_VENDOR := Samsung
20 DEVICE_MODEL := TQ210
21 DEVICE_DTS_DIR := ../dts
22 DEVICE_DTS := TQ210
23 endef
24 TARGET_DEVICES += tq210
25
26 $(eval $(call BuildImage))