Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include: use <linux/$file> instead of <linux-private/linux/$file> | Thomas Haller | 2023-08-08 | 1 | -1/+1 |
| | | | | | | As we now copy all linux headers, and we have include/linux-private in our include search path, just include the linux headers as we commonly do. | ||||
* | include: include private linux headers with explicit path | Thomas Haller | 2023-08-03 | 1 | -1/+1 |
| | | | | | | | We have copies of the linux headers in include/linux-private. For those files, include the copies explicitly. No practice there is no difference, since we build with :-Ilinux-private". | ||||
* | all: cleanup includes and use "nm-default.h" | Thomas Haller | 2023-08-02 | 1 | -2/+6 |
| | |||||
* | link: add Geneve support. | Wang Jian | 2018-02-12 | 1 | -0/+87 |
Signed-off-by: Wang Jian <jianjian.wang1@gmail.com> |