mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 20:44:26 +01:00
baremetal: build userland programs using userland_and_baremetal instead of symlinks
Otherwise I'll go crazy with symlink action.
This commit is contained in:
@@ -1 +0,0 @@
|
||||
../../lkmc/c/add.c
|
||||
@@ -1 +0,0 @@
|
||||
../../lkmc/c/add.py
|
||||
@@ -1 +0,0 @@
|
||||
../../lkmc/c/assert_fail.c
|
||||
@@ -1 +0,0 @@
|
||||
../../lkmc/c/hello.c
|
||||
@@ -1 +0,0 @@
|
||||
../../lkmc/c/infinite_loop.c
|
||||
@@ -1 +0,0 @@
|
||||
../../lkmc/c/stderr.c
|
||||
@@ -20,6 +20,7 @@ mystart:
|
||||
bl on_exit
|
||||
|
||||
/* Run main. */
|
||||
mov x0, 0
|
||||
bl main
|
||||
|
||||
/* If main returns, exit. */
|
||||
|
||||
@@ -10,6 +10,7 @@ mystart:
|
||||
bl on_exit
|
||||
|
||||
/* Run main. */
|
||||
mov r0, 0
|
||||
bl main
|
||||
|
||||
/* If main returns, exit. */
|
||||
|
||||
Reference in New Issue
Block a user