Loading drivers/rtc/Makefile +1 −3 Original line number Diff line number Diff line Loading @@ -2,9 +2,7 @@ # Makefile for RTC class/drivers. # ifeq ($(CONFIG_RTC_DEBUG),y) EXTRA_CFLAGS += -DDEBUG endif ccflags-$(CONFIG_RTC_DEBUG) := -DDEBUG obj-$(CONFIG_RTC_LIB) += rtc-lib.o obj-$(CONFIG_RTC_HCTOSYS) += hctosys.o Loading Loading
drivers/rtc/Makefile +1 −3 Original line number Diff line number Diff line Loading @@ -2,9 +2,7 @@ # Makefile for RTC class/drivers. # ifeq ($(CONFIG_RTC_DEBUG),y) EXTRA_CFLAGS += -DDEBUG endif ccflags-$(CONFIG_RTC_DEBUG) := -DDEBUG obj-$(CONFIG_RTC_LIB) += rtc-lib.o obj-$(CONFIG_RTC_HCTOSYS) += hctosys.o Loading