mediatek: fix build failure of mt7623/mt7629 using kernel 6.6
authorWeijie Gao <hackpascal@gmail.com>
Fri, 15 Mar 2024 15:13:55 +0000 (23:13 +0800)
committerChuanhong Guo <gch981213@gmail.com>
Sat, 16 Mar 2024 07:25:05 +0000 (15:25 +0800)
commit7d1145ecb97b9c7f852714c7938771d80b2df4e8
tree0fecc7211107c4c3bdf6b6bd84fe2d7aea6840d9
parent21eeb45420cf12c6df9b39b619f6579b3ec32bb4
mediatek: fix build failure of mt7623/mt7629 using kernel 6.6

In kernel 6.6, dts files for mediatek arm target are moved into
arch/arm/boot/dts/mediatek instead of legacy path arch/arm/boot/dts.

To avoid dts compile failure, change DTS_DIR to the mediatek subfolder
for kernel 6.6.

Signed-off-by: Weijie Gao <hackpascal@gmail.com>
target/linux/mediatek/image/mt7623.mk
target/linux/mediatek/image/mt7629.mk