OSDN Git Service

certs: remove unneeded -I$(srctree) option for system_certificates.o
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 14 Dec 2021 02:53:47 +0000 (11:53 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 8 Jan 2022 08:46:35 +0000 (17:46 +0900)
commit3958f2156b418c9dce0a4402a59d95b122a92a04
tree1c15df679a4ba942dceec696b9c3a70dd18c6066
parent1c4bd9f77a1c1b8502ca929fdbe2ef45bfebd09a
certs: remove unneeded -I$(srctree) option for system_certificates.o

The .incbin directive in certs/system_certificates.S includes
certs/signing_key.x509 and certs/x509_certificate_list, both of which
are generated by extract_certs, i.e. exist in $(objtree).

This option -I$(srctree) is unneeded.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
certs/Makefile