# Copyright (c) 2024 Andrew Featherstone
# SPDX-License-Identifier: Apache-2.0

zephyr_include_directories(.)

zephyr_sources(
	soc.c
)

zephyr_sources_ifdef(CONFIG_RPI_PICO_ROM_BOOTLOADER rom_bootloader.c)
