| 12345678 |
- #$(call all-subdir-src-or-makefile)
- MTK_PLATFORM := $(subst ",,$(CONFIG_MTK_PLATFORM))
- subdir-ccflags-y += -Werror -I$(srctree)/drivers/misc/mediatek/include
- subdir-ccflags-y += -Werror -I$(srctree)/drivers/misc/mediatek/include/mt-plat/$(MTK_PLATFORM)/include
- obj-$(CONFIG_MTK_WATCHDOG) += wdk/
- obj-$(CONFIG_MTK_WATCHDOG) += wdt/
|