aboutsummaryrefslogtreecommitdiff
path: root/build-netmap.sh
blob: 05e4df0c6b86852dd1b4446a7d1ccba32f68abe6 (plain)
1
2
3
4
5
6
7
#!/bin/bash

export ROOT_DIR=$(readlink -f $(dirname $0))
export ENABLE_NETMAP_PKTIO=1
${ROOT_DIR}/build.sh

## vim: set sw=4 sts=4 et foldmethod=syntax : ##