aboutsummaryrefslogtreecommitdiff
path: root/tools/include/asm
Commit message (Collapse)AuthorAge
* tools: add more linux include files to fix x86 build on macosFelix Fietkau2024-05-07
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* tools: macOS: types.h: fix missing unsigned typesPetr Štetiar2023-11-02
| | | | | | | | | | | | | For some reason unsigned types were not added in commit 0a06fcf608dd ("build: fix kernel 5.4 on macos"), which led to bunch of hacks, like commit 3cc57ba4627c ("uboot-sunxi: add missing type __u64") or commit 997ff740dc44 ("uboot-mediatek: fix build on Mac OS X"). So lets add the missing unsigned types to workaround it in a bit more maintainable way. Fixes: #13833 Signed-off-by: Petr Štetiar <ynezz@true.cz>
* build: fix kernel 5.4 on macosKevin Darbyshire-Bryant2020-03-14
As part of the kernel build process there are utilities built to run on the host system that expect linux kernel headers to be available. Unfortunately macos/darwin doesn't have these headers. vdso2c requires types.h so provide a minimal stub to satisfy it. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>