Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 511d888d authored by Sneh Shah's avatar Sneh Shah
Browse files

data-kernel: EMAC: Replacing depreciated debug LOCAL_MODULE_TAGS



- Setting LOCAL_MODULE_TAGS as optional

Change-Id: I35fe1c136d3115eeaab19a177f70fee9c587c4d8
Signed-off-by: default avatarsneh shah <snehshah@codeaurora.org>
parent f518ee45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ KBUILD_OPTIONS += DCONFIG_DEBUGFS_OBJ=1
#KBUILD_OPTIONS += DDWC_ETH_QOS_TEST=1

LOCAL_MODULE      := emac_dwc_eqos.ko
LOCAL_MODULE_TAGS := debug
LOCAL_MODULE_TAGS := optional
include $(DLKM_DIR)/AndroidKernelModule.mk
endif
endif