qcom: Remove build timestamp injection on every build

Change-Id: If2d59c5792f8291f289f88e088621e32229bb682
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
This commit is contained in:
Pranav Vashi
2023-08-11 23:46:05 +05:30
committed by David Wronek
parent e3856c4cfa
commit a4b2552c73
23 changed files with 2 additions and 63 deletions

View File

@@ -178,6 +178,3 @@ lpass_cdc_tx_macro_dlkm-y := $(TX_OBJS)
obj-$(CONFIG_LPASS_CDC_RX_MACRO) += lpass_cdc_rx_macro_dlkm.o
lpass_cdc_rx_macro_dlkm-y := $(RX_OBJS)
# inject some build related information
DEFINES += -DBUILD_TIMESTAMP=\"$(shell date -u +'%Y-%m-%dT%H:%M:%SZ')\"