mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Only include FDT headders when building for FDT.
Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
b6fe583c55
commit
592022614f
1 changed files with 2 additions and 0 deletions
|
|
@ -61,8 +61,10 @@ __FBSDID("$FreeBSD$");
|
|||
#include <machine/intr.h>
|
||||
#include <machine/smp.h>
|
||||
|
||||
#ifdef FDT
|
||||
#include <dev/fdt/fdt_intr.h>
|
||||
#include <dev/ofw/ofw_bus_subr.h>
|
||||
#endif
|
||||
|
||||
#include <arm/arm/gic.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue