]>
Commit | Line | Data |
---|---|---|
83d290c5 | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
5b1d7137 | 2 | /* |
881a87ec | 3 | * (C) Copyright 2000-2006 |
5b1d7137 | 4 | * Wolfgang Denk, DENX Software Engineering, [email protected]. |
5b1d7137 WD |
5 | */ |
6 | ||
7 | #ifndef __VERSION_H__ | |
8 | #define __VERSION_H__ | |
9 | ||
1510b82d | 10 | #ifndef DO_DEPS_ONLY |
efb2172e | 11 | #include "generated/version_autogenerated.h" |
1510b82d | 12 | #endif |
5b1d7137 WD |
13 | |
14 | #endif /* __VERSION_H__ */ |