1Copyright (c) 2022, Arm Limited. All rights reserved.
2
3# N1SDP Platform
4
5## Build configuration options {#build-configuration}
6Platform specific option has been added for N1SDP SoC platform.
7
8- SCP_N1SDP_SENSOR_LIB_PATH: Path of the n1sdp sensor library
9
10Example build command -
11
12> ```sh
13>  make -f Makefile.cmake PRODUCT=n1sdp \
14>  EXTRA_CONFIG_ARGS="-DSCP_N1SDP_SENSOR_LIB_PATH=<Path to sensor library>"
15> ```
16
17If SCP_N1SDP_SENSOR_LIB_PATH is set to the path of the sensor
18library, then functions defined in the library are used else the
19functions defined in the `n1sdp_sensor_driver.c` file are used.
20