Searched hist:"61 b2d6e460f793e35edc4bc821afb3b26452718d" (Results 1 – 1 of 1) sorted by relevance
| /optee_os/mk/ |
| H A D | compile.mk | 61b2d6e460f793e35edc4bc821afb3b26452718d Wed Jan 25 18:27:41 UTC 2023 lei zhou <lei.zhou@linaro.org> mk/compile.mk: add -Ulinux -Uunix to dtb-cppflags
Add -Ulinux and -Uunix to dtb-cppflags to fix two corner cases, where DTS file might contain properties like following:
dma_coherent: coherent { compatible = "shared-dma-pool"; linux,dma-default; }
Without these flags, C preprocessor will modify "linux,dma-default" to "1,dma-default"
Signed-off-by: lei zhou <lei.zhou@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@linaro.org>
|