LICENSE := GPLv2 VERSION := git DOWNLOADS := l4linux.git URL(l4linux) := https://github.com/skalk/l4linux.git REV(l4linux) := f2eebaebf7d304dec7eb49ca5b9a020603cf6cb6 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 $@