mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 19:51:35 +01:00
userland assembly: build empty.S and fail.S to toplevel and run fail.S with path_properties exit_status
They were just duplicating stuff needlessly while we don't support non-native in-tree builds, which leads to executable conflicts for C file anyways.
This commit is contained in:
@@ -1 +0,0 @@
|
||||
../empty.S
|
||||
@@ -1 +0,0 @@
|
||||
../fail.S
|
||||
@@ -1 +0,0 @@
|
||||
../empty.S
|
||||
@@ -1 +0,0 @@
|
||||
../fail.S
|
||||
@@ -5,8 +5,5 @@
|
||||
#include "common.h"
|
||||
|
||||
ENTRY
|
||||
#if 0
|
||||
/* Uncomment this to see it fail. */
|
||||
FAIL
|
||||
#endif
|
||||
EXIT
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
../empty.S
|
||||
@@ -1 +0,0 @@
|
||||
../fail.S
|
||||
Reference in New Issue
Block a user