git: 25fb4fb2518f - stable/13 - files.arm64: fix sort order for aw_i2s.c
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Nov 2021 09:13:30 UTC
The branch stable/13 has been updated by avg:
URL: https://cgit.FreeBSD.org/src/commit/?id=25fb4fb2518f53b9c986367932d7fa6b7b6697ec
commit 25fb4fb2518f53b9c986367932d7fa6b7b6697ec
Author: Andriy Gapon <avg@FreeBSD.org>
AuthorDate: 2021-09-24 17:26:07 +0000
Commit: Andriy Gapon <avg@FreeBSD.org>
CommitDate: 2021-11-13 09:13:21 +0000
files.arm64: fix sort order for aw_i2s.c
(cherry picked from commit 24f567bb0e5060adb21bed24b00effec4f37f034)
---
sys/conf/files.arm64 | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64
index 84fd0c7858ff..6e911c4f54aa 100644
--- a/sys/conf/files.arm64
+++ b/sys/conf/files.arm64
@@ -303,6 +303,7 @@ arm/allwinner/sunxi_dma_if.m optional a31_dmac
arm/allwinner/aw_cir.c optional evdev aw_cir fdt
arm/allwinner/aw_dwc3.c optional aw_dwc3 fdt
arm/allwinner/aw_gpio.c optional gpio aw_gpio fdt
+arm/allwinner/aw_i2s.c optional fdt sound aw_i2s
arm/allwinner/aw_mmc.c optional mmc aw_mmc fdt | mmccam aw_mmc fdt
arm/allwinner/aw_nmi.c optional aw_nmi fdt \
compile-with "${NORMAL_C} -I$S/contrib/device-tree/include"