mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-19 09:16:43 +00:00
11 lines
269 B
Makefile
11 lines
269 B
Makefile
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)
|