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