From 9f3a08ef2de99714d679aecf6b1ecb4e11869424 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 22 Dec 2020 13:00:27 +0100 Subject: bsps: Use header file for GIC architecture support This avoids a function call overhead in the interrupt dispatching. Update #4202. --- spec/build/bsps/arm/grp.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/build/bsps/arm/grp.yml') diff --git a/spec/build/bsps/arm/grp.yml b/spec/build/bsps/arm/grp.yml index 408288044f..dbd21638fd 100644 --- a/spec/build/bsps/arm/grp.yml +++ b/spec/build/bsps/arm/grp.yml @@ -37,6 +37,7 @@ install: - bsps/arm/include/bsp/start.h - destination: ${BSP_INCLUDEDIR}/dev/irq source: + - bsps/arm/include/dev/irq/arm-gic-arch.h - bsps/include/dev/irq/arm-gic-irq.h - bsps/include/dev/irq/arm-gic-regs.h - bsps/include/dev/irq/arm-gic-tm27.h -- cgit v1.2.3