HomeFreeBSD

Fix incorrect -I option in sys/conf/Makefile.arm

Description

Fix incorrect -I option in sys/conf/Makefile.arm

In commit 8e53cd7099436 the intent was to add sys/dts/include to the
compiler include path, but this was spelled incorrectly, leading to an
error with clang 19:

cc: error: no such include directory: '$/dts/include' [-Werror,-Wmissing-include-dirs]

Use the spelling -I$S/dts/include instead.

MFC after: 3 days

(cherry picked from commit 8ce3e489a5eec1b41bc5e08f43c5e95aa8115b93)

Details

Provenance
dimAuthored on Jul 31 2024, 7:23 PM
Parents
rGe656c69b8d50: Fix enum warning in heimdal
Branches
Unknown
Tags
Unknown