Merge pull request #1042 from yhcote/gh966

kmod: don't build module by default
This commit is contained in:
Joe Lawrence 2019-10-07 13:45:57 -04:00 committed by GitHub
commit d3416e2eff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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