From 58e71e322bc0e0edd08157075e9022c15ae33ec5 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Fri, 20 Dec 2019 01:15:57 +0100 Subject: ramips: rename MTK_SOC to SOC This replaces MTK_SOC by the newly introduced common SOC device variable. Signed-off-by: Adrian Schmutzler --- target/linux/ramips/image/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'target/linux/ramips/image/Makefile') diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 4f65583f13..b6f82c1151 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -23,9 +23,8 @@ KERNEL_DTB = kernel-bin | append-dtb | lzma define Device/Default PROFILES = Default KERNEL := $(KERNEL_DTB) | uImage lzma - MTK_SOC := DEVICE_DTS_DIR := ../dts - DEVICE_DTS = $$(MTK_SOC)_$(1) + DEVICE_DTS = $$(SOC)_$(1) IMAGES := sysupgrade.bin SUPPORTED_DEVICES := $(subst _,$(comma),$(1)) sysupgrade_bin := append-kernel | append-rootfs | pad-rootfs -- cgit v1.2.3