rk: kbuild: support build resource_tool

Change-Id: I7b55a5644d3818efac296a16b4009bf10becec97
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
Tao Huang
2018-08-22 20:22:46 +08:00
parent 4f023b9655
commit f2c8914ffe
2 changed files with 2 additions and 0 deletions

1
scripts/.gitignore vendored
View File

@@ -3,6 +3,7 @@ bin2c
kallsyms
unifdef
recordmcount
resource_tool
sorttable
asn1_compiler
extract-cert

View File

@@ -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