genode/repos/ports-foc/ports/l4android.port

16 lines
589 B
Plaintext

LICENSE := GPLv2
VERSION := git
DOWNLOADS := l4android.git
URL(l4android) := http://git.l4android.org/kernel
REV(l4android) := bf83cc85e672bfafddc0fb85398129e427d6780f
DIR(l4android) := src/l4android
PATCH_OPT := -p0 -d src/l4android
PATCHES = $(addprefix $(REP_DIR)/patches/,l4lx_genode.patch icmp_align.patch tcp_mem.patch android_binder.patch)
sym_link := src/l4android/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 $@