zephyr/ext/hal/atmel/asf/Makefile

10 lines
188 B
Makefile

# Makefile - Atmel SDK
#
# Copyright (c) 2016 Piotr Mienkowski
# SPDX-License-Identifier: Apache-2.0
#
ifdef CONFIG_SOC_FAMILY_SAM
include $(srctree)/ext/hal/atmel/asf/sam/Makefile
endif