nova: remove timestamp from kernel binary

Fixes #4956
This commit is contained in:
Alexander Boettcher 2023-07-05 08:24:56 +02:00 committed by Norman Feske
parent fb1d66b254
commit 5ffdda783b
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
da838526a6b19ac70da909b6e0a7ef7dac296e06
1a32b53643e8df78d1998c198587f5fa6180ab60

View File

@ -4,7 +4,7 @@ DOWNLOADS := nova.git
# r10 branch
URL(nova) := https://github.com/alex-ab/NOVA.git
REV(nova) := 6e3ce179d28c651d72592dfdad1661390345e749
REV(nova) := af3a087934e88f43ec2b8547d7195cf29b319cfa
DIR(nova) := src/kernel/nova
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))