mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
89dbc10334
The corresponding L4Linux fix:
25aa4a5f25
14 lines
414 B
Plaintext
14 lines
414 B
Plaintext
LICENSE := GPLv2
|
|
VERSION := git
|
|
DOWNLOADS := l4linux.git
|
|
URL(l4linux) := https://github.com/skalk/l4linux.git
|
|
REV(l4linux) := 25aa4a5f25c920e18aa18899e45c71974058d813
|
|
DIR(l4linux) := src/l4linux
|
|
sym_link := src/l4linux/arch/l4/drivers
|
|
|
|
default: $(sym_link)
|
|
|
|
# make sure to have downloaded the files before symlinking into it
|
|
$(sym_link) : $(DOWNLOADS)
|
|
$(VERBOSE)ln -sfT $(REP_DIR)/src/drivers $@
|