Added memory backend
Updated by Viktor Reusch for the new l4re-base-25.08.0. Co-authored-by: vreusch <viktor.reusch@barkhauseninstitut.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
provides: rtc rtc_libc_be
|
||||
requires: stdlibs libio cxx_libc_io cxx_io libstdc++
|
||||
requires: stdlibs libio cxx_libc_io cxx_io libstdc++ libc_be_mem
|
||||
optional: drivers-frst i2c-server
|
||||
Maintainer: adam.lackorzynski@kernkonzept.com
|
||||
|
||||
@@ -9,6 +9,6 @@ SRC_CC_arm64-l4f = pl031.cc
|
||||
SRC_CC = main.cc
|
||||
SRC_CC-$(CONFIG_RTC_DS3231) += ds3231.cc
|
||||
SRC_CC-$(CONFIG_RTC_PCF85063A) += pcf85063a.cc
|
||||
REQUIRES_LIBS = libio cxx_libc_io cxx_io libstdc++
|
||||
REQUIRES_LIBS = libio cxx_libc_io cxx_io libc_be_mem libstdc++
|
||||
|
||||
include $(L4DIR)/mk/prog.mk
|
||||
|
||||
Reference in New Issue
Block a user