mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-10 15:03:34 +00:00
13 lines
237 B
Makefile
13 lines
237 B
Makefile
MIRROR_FROM_REP_DIR := \
|
|
src/driver/nic/include \
|
|
lib/mk/nic_driver.mk \
|
|
lib/import/import-nic_driver.mk
|
|
|
|
content: $(MIRROR_FROM_REP_DIR) LICENSE
|
|
|
|
$(MIRROR_FROM_REP_DIR):
|
|
$(mirror_from_rep_dir)
|
|
|
|
LICENSE:
|
|
cp $(GENODE_DIR)/LICENSE $@
|