mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-30 05:24:25 +01:00
baremetal: build userland/ programs using baremetal path property instead of symlinks
Otherwise I'll go crazy with symlink action.
This commit is contained in:
6
userland/c/return0.c
Normal file
6
userland/c/return0.c
Normal file
@@ -0,0 +1,6 @@
|
||||
/* false.c is a superset of this, this is mainly a sanity check for
|
||||
* baremetal where we don't have CLI arguments yet:
|
||||
* https://github.com/cirosantilli/linux-kernel-module-cheat/issues/67
|
||||
*/
|
||||
|
||||
int main(void) { return 0; }
|
||||
Reference in New Issue
Block a user