summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-check.h
blob: 2cf1b624a4de59b4a97b63b121c5f49e8f81fa1f (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __ARM_ASM_ARCH_CHECK_H__
#define __ARM_ASM_ARCH_CHECK_H__

#ifndef __LINUX_ARM_ARCH__
#error No boards/CPUs selected in Kconfig
#endif

#endif