diff --git a/[refs] b/[refs] index f251b1fb31cf..0d24681f86aa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 858119e159384308a5dde67776691a2ebf70df0f +refs/heads/master: ee7be5de357b8ff69afc8c39648b336cd917218a diff --git a/trunk/arch/um/Makefile b/trunk/arch/um/Makefile index 322972fd064e..45435ff589c1 100644 --- a/trunk/arch/um/Makefile +++ b/trunk/arch/um/Makefile @@ -67,7 +67,8 @@ USER_CFLAGS := $(patsubst -D__KERNEL__,,$(USER_CFLAGS)) $(ARCH_INCLUDE) \ # in CFLAGS. Otherwise, it would cause ld to complain about the two different # errnos. -CFLAGS += -Derrno=kernel_errno -Dsigprocmask=kernel_sigprocmask +CFLAGS += -Derrno=kernel_errno -Dsigprocmask=kernel_sigprocmask \ + -Dmktime=kernel_mktime CFLAGS += $(call cc-option,-fno-unit-at-a-time,) include $(srctree)/$(ARCH_DIR)/Makefile-$(SUBARCH)