demikernel 1.5.13

Kernel-Bypass LibOS Architecture
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.

# This is a trick to enable portability across MAKE and NMAKE.
# MAKE recognizes line continuation in comments but NMAKE doesn't.
# NMAKE               \
!ifndef 0 #           \
!include windows.mk # \
!else
include linux.mk
#                     \
!endif