1# SPDX-License-Identifier: Apache-2.0 2 3if(CONFIG_CCS811) 4 zephyr_library() 5 zephyr_library_sources(board.c) 6endif() 7