blob: 9d87e7a80b268a040e797fa12a683e3b52ee0734 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
Settings related to Clang compiler plugins.
*/
#ifndef CONFIG_CLANG_H
#define CONFIG_CLANG_H
#undef BUILDDIR
#undef OUTDIR
#undef SRCDIR
#undef WORKDIR
#endif
|