mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-29 21:14:27 +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:
9
userland/arch/lkmc_assert_fail.S
Normal file
9
userland/arch/lkmc_assert_fail.S
Normal 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
|
||||
Reference in New Issue
Block a user