Skip to content

Commit

Permalink
Revert "Add userexec module to launch userspace binary"
Browse files Browse the repository at this point in the history
This reverts commit 12357b0.
  • Loading branch information
Andrew Fasano committed Nov 28, 2023
1 parent 0caff0b commit 3edb59d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 69 deletions.
2 changes: 0 additions & 2 deletions drivers/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,4 @@ source "drivers/firmadyne/Kconfig"

source "drivers/dyndev/Kconfig"

source "drivers/userexec/Kconfig"

endmenu
1 change: 0 additions & 1 deletion drivers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

obj-$(CONFIG_FIRMADYNE) += firmadyne/
obj-$(CONFIG_DYNDEV) += dyndev/
obj-$(CONFIG_USEREXEC) += userexec/

obj-y += irqchip/
obj-y += bus/
Expand Down
4 changes: 0 additions & 4 deletions drivers/userexec/Kconfig

This file was deleted.

1 change: 0 additions & 1 deletion drivers/userexec/Makefile

This file was deleted.

61 changes: 0 additions & 61 deletions drivers/userexec/userexec.c

This file was deleted.

0 comments on commit 3edb59d

Please sign in to comment.