diff --git a/sys/modules/dtb/mv/Makefile b/sys/modules/dtb/mv/Makefile index 3e6da07796a4..0c78527b1fcc 100644 --- a/sys/modules/dtb/mv/Makefile +++ b/sys/modules/dtb/mv/Makefile @@ -1,16 +1,16 @@ # All the dts files for Marvell systems we support. .if ${MACHINE_ARCH} == "armv7" DTS= \ - armada-388-clearfog.dts \ - armada-388-gp.dts + marvell/armada-388-clearfog.dts \ + marvell/armada-388-gp.dts .elif ${MACHINE_ARCH} == "aarch64" DTS= \ marvell/armada-3720-espressobin.dts \ marvell/armada-8040-clearfog-gt-8k.dts \ marvell/armada-8040-db \ marvell/armada-8040-mcbin.dts \ marvell/armada-8040-mcbin-singleshot.dts .endif .include