mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-19 03:06:39 +00:00
parent
a799a5f978
commit
cda778a94d
10
repos/os/recipes/src/linux_rtc_drv/content.mk
Normal file
10
repos/os/recipes/src/linux_rtc_drv/content.mk
Normal file
@ -0,0 +1,10 @@
|
||||
SRC_DIR = src/drivers/rtc/spec/linux
|
||||
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
|
||||
|
||||
CONTENT = src/drivers/rtc/README src/drivers/rtc/rtc.h src/drivers/rtc/main.cc \
|
||||
src/drivers/rtc/target.inc
|
||||
|
||||
content: $(CONTENT)
|
||||
|
||||
$(CONTENT):
|
||||
$(mirror_from_rep_dir)
|
1
repos/os/recipes/src/linux_rtc_drv/hash
Normal file
1
repos/os/recipes/src/linux_rtc_drv/hash
Normal file
@ -0,0 +1 @@
|
||||
2020-03-04 dd23a936a1b892e7bb34a719c0e0255891684738
|
4
repos/os/recipes/src/linux_rtc_drv/used_apis
Normal file
4
repos/os/recipes/src/linux_rtc_drv/used_apis
Normal file
@ -0,0 +1,4 @@
|
||||
base
|
||||
base-linux
|
||||
os
|
||||
rtc_session
|
@ -1,2 +1,10 @@
|
||||
SRC_DIR = src/drivers/rtc
|
||||
SRC_DIR = src/drivers/rtc/spec/x86
|
||||
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
|
||||
|
||||
CONTENT = src/drivers/rtc/README src/drivers/rtc/rtc.h src/drivers/rtc/main.cc \
|
||||
src/drivers/rtc/target.inc
|
||||
|
||||
content: $(CONTENT)
|
||||
|
||||
$(CONTENT):
|
||||
$(mirror_from_rep_dir)
|
||||
|
Loading…
Reference in New Issue
Block a user