exynos-linux-stable / crownlte

NOTE 9 kernel source with linux-stable merged in. ................................................................................................................. Supported Devices codename: Note 9 "aka. crownlte aka. N960F"
Other
16 stars 21 forks source link

[tw90-android-p] DTSI for exynos9810 rmem includes autoconf.h preventing build #12

Open digitalrayne opened 4 years ago

digitalrayne commented 4 years ago

File arch/arm64/boot/dts/exynos/exynos9810-rmem.dtsi includes the generated autoconf.h file as a dependency, but doesn't seem to be used when generating the DTB. Including this header prevents usage in a typical Android build, given the includes/generated/autoconf.h is not reliably generated before the dtb compilation occurs.

farovitus commented 4 years ago

If you're building using O= then i recommend editing ' #include "../../../../../include/generated/autoconf.h" ' accordingly to the path of your output directory.