diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2022-08-09 12:51:38 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2022-08-09 12:51:38 +0200 |
commit | c58ccf7456aa3a14e5e5ce4638a895d53f000058 (patch) | |
tree | c87899717b583c74c1ad6dc877f7c3f902c0e32e /src/arch | |
parent | cb88701a8c2f155a898fa1af637f9377c8db71d8 (diff) |
posix makefile: add counter freq (faked via clock_monotonic @ 1ns → 1GHz)
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/posix/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/posix/Makefile.inc b/src/arch/posix/Makefile.inc index d693405..17e2158 100644 --- a/src/arch/posix/Makefile.inc +++ b/src/arch/posix/Makefile.inc @@ -79,6 +79,7 @@ arch_help: arch_info: @echo "Counter Overflow: 18446744073709551616/1" + @echo "Count Freq: 1000000000 Hz" @echo "Monitor: run build/system.elf" attributes: build/system.elf |