mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-17 16:03:17 +00:00
11 lines
271 B
Makefile
11 lines
271 B
Makefile
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)
|