You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
rk: kbuild: support build resource_tool
Change-Id: I7b55a5644d3818efac296a16b4009bf10becec97 Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
1
scripts/.gitignore
vendored
1
scripts/.gitignore
vendored
@@ -3,6 +3,7 @@ bin2c
|
||||
kallsyms
|
||||
unifdef
|
||||
recordmcount
|
||||
resource_tool
|
||||
sorttable
|
||||
asn1_compiler
|
||||
extract-cert
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user