Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,9 @@ ifeq ($(ARCH),x86_64)
BUILDMOD ?= yes
endif

ifeq ($(ARCH),aarch64)
BUILDMOD ?= yes
endif

.PHONY: all install clean
.DEFAULT: all
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,12 @@ Compile kpatch:

make

#### arm64

To support arm64(aarch64), a new kernel should be built after the patch within
*kernel-patch* directory is patched to your kernel.

And it's required that gcc support *-fpatchable-function-entry* option.

### Install

Expand Down
Loading