mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 15:02:25 +00:00
abcb0f62d7
Issue #1082
14 lines
415 B
Plaintext
14 lines
415 B
Plaintext
LICENSE := GPLv2
|
|
VERSION := git
|
|
DOWNLOADS := l4linux.git
|
|
URL(l4linux) := https://github.com/ssumpf/l4linux.git
|
|
REV(l4linux) := 75354b3f0f6ed7b9ebec118670213062c5a4c78e
|
|
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 $@
|