summaryrefslogtreecommitdiff
path: root/sys/arch/arm64/conf/Makefile.arm64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/arm64/conf/Makefile.arm64')
-rw-r--r--sys/arch/arm64/conf/Makefile.arm643
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arm64/conf/Makefile.arm64 b/sys/arch/arm64/conf/Makefile.arm64
index 3d81d8b1da7..47227b8d425 100644
--- a/sys/arch/arm64/conf/Makefile.arm64
+++ b/sys/arch/arm64/conf/Makefile.arm64
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.arm64,v 1.41 2021/12/17 14:59:22 patrick Exp $
+# $OpenBSD: Makefile.arm64,v 1.42 2022/01/14 06:53:16 jsg Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -35,6 +35,7 @@ INCLUDES= -nostdinc -I$S -I${.OBJDIR} -I$S/arch \
-I$S/dev/pci/drm/amd/pm/swsmu \
-I$S/dev/pci/drm/amd/pm/swsmu/smu11 \
-I$S/dev/pci/drm/amd/pm/swsmu/smu12 \
+ -I$S/dev/pci/drm/amd/pm/swsmu/smu13 \
-I$S/dev/pci/drm/amd/pm/powerplay \
-I$S/dev/pci/drm/amd/pm/powerplay/hwmgr \
-I$S/dev/pci/drm/amd/pm/powerplay/smumgr \