compiler-version.h 517 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. #ifdef __LINUX_COMPILER_VERSION_H
  3. #error "Please do not include <linux/compiler-version.h>. This is done by the build system."
  4. #endif
  5. #define __LINUX_COMPILER_VERSION_H
  6. /*
  7. * This header exists to force full rebuild when the compiler is upgraded.
  8. *
  9. * When fixdep scans this, it will find this string "CONFIG_CC_VERSION_TEXT"
  10. * and add dependency on include/config/CC_VERSION_TEXT, which is touched
  11. * by Kconfig when the version string from the compiler changes.
  12. */