build: move definition of KBUILD_BUILD_TIMESTAMP to include/kernel.mk
Fixes: 0aed054bec (build: add KERNEL_MAKE and KERNEL_MAKE_FLAGS
variables and move to kernel.mk)
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
This commit is contained in:
committed by
Felix Fietkau
parent
77a64e8bff
commit
e5fc15bf9a
@@ -10,6 +10,12 @@ CHECK:=1
|
||||
DUMP:=1
|
||||
endif
|
||||
|
||||
ifneq ($(SOURCE_DATE_EPOCH),)
|
||||
ifndef DUMP
|
||||
KBUILD_BUILD_TIMESTAMP:=$(shell perl -e 'print scalar gmtime($(SOURCE_DATE_EPOCH))')
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(__target_inc),)
|
||||
ifndef CHECK
|
||||
include $(INCLUDE_DIR)/target.mk
|
||||
|
||||
Reference in New Issue
Block a user