baremetal: build userland/ programs using baremetal path property instead of symlinks

Otherwise I'll go crazy with symlink action.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-05-24 00:00:00 +00:00
parent edfbe9f0d7
commit 05aa5c7c79
49 changed files with 372 additions and 271 deletions

View File

@@ -0,0 +1,9 @@
/* See what happens on test failure with LKMC_ASSERT_FAIL.
* https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly
*/
#include <lkmc.h>
LKMC_PROLOGUE
LKMC_ASSERT_FAIL
LKMC_EPILOGUE