mirror of
https://github.com/dynup/kpatch
synced 2024-12-24 06:02:05 +00:00
Merge pull request #1042 from yhcote/gh966
kmod: don't build module by default
This commit is contained in:
commit
d3416e2eff
@ -17,10 +17,5 @@ MANDIR = $(DESTDIR)$(PREFIX)/share/man/man1
|
||||
SYSTEMDDIR = $(DESTDIR)$(PREFIX)/lib/systemd/system
|
||||
UPSTARTDIR = $(DESTDIR)/etc/init
|
||||
|
||||
# The core module is only supported on x86_64
|
||||
ifeq ($(ARCH),x86_64)
|
||||
BUILDMOD ?= yes
|
||||
endif
|
||||
|
||||
.PHONY: all install clean
|
||||
.DEFAULT: all
|
||||
|
Loading…
Reference in New Issue
Block a user