Skip to content

Commit

Permalink
add new line to Makefile end
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylarod committed Jan 14, 2024
1 parent 8b1c4a3 commit e70f49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ ccflags-y += -DEXPECTED_SIZE=$(KSU_EXPECTED_SIZE)
ccflags-y += -DEXPECTED_HASH=\"$(KSU_EXPECTED_HASH)\"

ccflags-y += -Wno-implicit-function-declaration -Wno-strict-prototypes -Wno-int-conversion -Wno-gcc-compat
ccflags-y += -Wno-declaration-after-statement -Wno-unused-function
ccflags-y += -Wno-declaration-after-statement -Wno-unused-function

0 comments on commit e70f49d

Please sign in to comment.