* more re-work
[mascara-docs.git] / i386 / junos / ucla / src / lab2 / conf / env.mk
bloba603f9e020c41e31b3f6e6a168a8ad8667eb6af1
1 # env.mk - configuration variables for the JOS lab
3 # '$(V)' controls whether the lab makefiles print verbose commands (the
4 # actual shell commands run by Make), as well as the "overview" commands
5 # (such as '+ cc lib/readline.c').
7 # For overview commands only, the line should read 'V = @'.
8 # For overview and verbose commands, the line should read 'V ='.
9 V = @
11 # If your system-standard GNU toolchain is ELF-compatible, then comment
12 # out the following line to use those tools (as opposed to the i386-jos-elf
13 # tools that the 6.828 make system looks for by default).
15 # GCCPREFIX=''
17 # If the makefile cannot find your QEMU binary, uncomment the
18 # following line and set it to the full path to QEMU.
20 # QEMU=