Merge pull request #9 from axelgenus/master

Fixed fall-through warning/error.
This commit is contained in:
Anthony Wang 2022-03-10 07:30:47 -06:00 committed by GitHub
commit ccc7d9e2d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,8 @@ VERSION := 0.2.0
TARGET := $(shell uname -r)
DKMS_ROOT_PATH := /usr/src/zenpower-$(VERSION)
KBUILD_CFLAGS += -Wimplicit-fallthrough=3
KERNEL_MODULES := /lib/modules/$(TARGET)
ifneq ("","$(wildcard /usr/src/linux-headers-$(TARGET)/*)")