1# Morello Platform 2 3## Build configuration options {#build-configuration} 4Platform specific option has been added for Morello SoC platform. 5 6- SCP_MORELLO_SENSOR_LIB_PATH: Path of the morello sensor library 7 8If SCP_MORELLO_SENSOR_LIB_PATH is set to the path of the sensor 9library, then functions defined in the library are used else the 10functions defined in the `morello_sensor_driver.c` file are used. 11