From 7fe9f6fd90c83ff59c98c84aeb514d069817281b Mon Sep 17 00:00:00 2001 From: stesen Date: Wed, 22 Dec 2021 10:03:20 +0800 Subject: [PATCH] ohos inclusion category: bugfix issue: #I4MGK6 CVE: NA -------------------------------- this is a workaround to fix allmodconfig Signed-off-by: stesen --- drivers/staging/hievent/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/hievent/Makefile b/drivers/staging/hievent/Makefile index 530802d59156..2f67bf647e86 100644 --- a/drivers/staging/hievent/Makefile +++ b/drivers/staging/hievent/Makefile @@ -1,3 +1,2 @@ obj-$(CONFIG_HIEVENT) += hievent_driver.o -obj-$(CONFIG_HIEVENT) += hiview_hievent.o \ No newline at end of file -- Gitee