2014-05-20 13:59:42 +00:00
|
|
|
LICENSE := GPLv2
|
|
|
|
VERSION := git
|
|
|
|
DOWNLOADS := l4linux.git
|
2015-02-03 11:01:23 +00:00
|
|
|
URL(l4linux) := https://github.com/skalk/l4linux.git
|
2015-02-25 12:19:56 +00:00
|
|
|
REV(l4linux) := 25aa4a5f25c920e18aa18899e45c71974058d813
|
2014-05-20 13:59:42 +00:00
|
|
|
DIR(l4linux) := src/l4linux
|
2016-06-13 13:14:32 +00:00
|
|
|
PATCHES := patches/parent_cap_ld_script.patch
|
|
|
|
PATCH_OPT := -p0 -d src/l4linux
|
2014-05-20 13:59:42 +00:00
|
|
|
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 $@
|