#!/bin/sh if [ -x $0.local ]; then $0.local "$@" || exit $? fi hook=$(git rev-parse --show-toplevel)"/util/git-hooks/"$(basename $0) if [ -x $hook ]; then $hook "$@" || exit $? fi en/atom/xen/drivers/net/Makefile?h=master' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/net/Makefile
blob: 73581d9b7974eb38df00594294096fa1343e198d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16