]> Git Repo - linux.git/blob - arch/ia64/include/asm/vermagic.h
enetc: Migrate to PHYLINK and PCS_LYNX
[linux.git] / arch / ia64 / include / asm / vermagic.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) 2003 Hewlett-Packard Co
4  *      David Mosberger-Tang <[email protected]>
5  */
6
7 #ifndef _ASM_VERMAGIC_H
8 #define _ASM_VERMAGIC_H
9
10 #include <linux/stringify.h>
11
12 #define MODULE_ARCH_VERMAGIC    "ia64" \
13         "gcc-" __stringify(__GNUC__) "." __stringify(__GNUC_MINOR__)
14
15 #endif /* _ASM_VERMAGIC_H */
This page took 0.032057 seconds and 4 git commands to generate.