From f2c8914ffe2af2adea0093ff83eb816733fe0b94 Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Wed, 22 Aug 2018 20:22:46 +0800 Subject: [PATCH] rk: kbuild: support build resource_tool Change-Id: I7b55a5644d3818efac296a16b4009bf10becec97 Signed-off-by: Tao Huang --- scripts/.gitignore | 1 + scripts/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/.gitignore b/scripts/.gitignore index a6c11316c969..88ab374f8915 100644 --- a/scripts/.gitignore +++ b/scripts/.gitignore @@ -3,6 +3,7 @@ bin2c kallsyms unifdef recordmcount +resource_tool sorttable asn1_compiler extract-cert diff --git a/scripts/Makefile b/scripts/Makefile index c36106bce80e..6b423010f7fc 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -9,6 +9,7 @@ CRYPTO_CFLAGS = $(shell pkg-config --cflags libcrypto 2> /dev/null) hostprogs-always-$(CONFIG_BUILD_BIN2C) += bin2c hostprogs-always-$(CONFIG_KALLSYMS) += kallsyms hostprogs-always-$(BUILD_C_RECORDMCOUNT) += recordmcount +hostprogs-always-$(CONFIG_ARCH_ROCKCHIP) += resource_tool hostprogs-always-$(CONFIG_BUILDTIME_TABLE_SORT) += sorttable hostprogs-always-$(CONFIG_ASN1) += asn1_compiler hostprogs-always-$(CONFIG_MODULE_SIG_FORMAT) += sign-file