ci: mark headers under 'drivers' folder as project headers
Mark headers under 'drivers' folder as project headers,
the current script incorrectly categorizes them as third-party
headers, leading to inaccurate ordering suggestions. For
example, the script suggest the following though 'rss'
headers are part of project:
5abcc8399::drivers/arm/rss/rss_comms_protocol_embed.c:
Include ordering error, order should be:
#include "rss_comms_protocol_common.h"
#include "rss_comms_protocol_embed.h"
#include <common/debug.h>
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
Change-Id: I803b3ed6add19e64e09050b447181a2bb5f1ed91
1 file changed