disable some mediatekl custom warnings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / misc / mediatek / ssw / Makefile
index 0708db48d64ea33d1f78ae86625773c11e826bad..34ca0fa115d5327e31ce917a3f1e96eb2f25406b 100755 (executable)
@@ -2,9 +2,9 @@ SSW_DIR=$(srctree)/drivers/misc/mediatek/ssw/$(subst ",,$(CONFIG_CUSTOM_KERNEL_S
 ssw_exist=$(shell if [ -d ${SSW_DIR} ]; then echo "y"; else echo "n"; fi;)
 ifeq ($(ssw_exist), y)
 obj-y += $(subst ",,$(CONFIG_CUSTOM_KERNEL_SSW))/
-$(warning "SSW_DIR=$(SSW_DIR)ssw_exist=$(ssw_exist)")
+#$(warning "SSW_DIR=$(SSW_DIR)ssw_exist=$(ssw_exist)")
 else
-$(warning "no $(SSW_DIR) folder, need check config ssw_exist=$(ssw_exist)")
+#$(warning "no $(SSW_DIR) folder, need check config ssw_exist=$(ssw_exist)")
 obj-  := dummy.o # avoid build error
 endif