blob: 92942ed025468f0a64037589c0a19571c0f116cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# Where can we find the LITMUS^RT kernel source?
LITMUS_KERNEL = ../litmus-rt
# Which architecture should we build for?
# If unset, the library will be built for the host architecture.
# ARCH =
# Should we use a prefix for compiler invocations (to use a cross
# compiler instead of gcc)?
# CROSS_COMPILE =
|