Skip to content

Commit

Permalink
KernelSU: Make and Kconfig files
Browse files Browse the repository at this point in the history
  • Loading branch information
maosith committed Jan 21, 2024
1 parent afa4bae commit 3047be9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -268,4 +268,5 @@ source "drivers/security/samsung/tzic/Kconfig"
source "drivers/kunit/Kconfig"

source "drivers/spu_verify/Kconfig"
source "drivers/kernelsu/Kconfig"
endmenu
1 change: 1 addition & 0 deletions drivers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -240,3 +240,4 @@ obj-$(CONFIG_GPS_BCM4753) += gps/

# SPU signature verify
obj-$(CONFIG_SPU_VERIFY) += spu_verify/
obj-$(CONFIG_KSU) += kernelsu/

0 comments on commit 3047be9

Please sign in to comment.