Add explanation comments on the build system files
This commit is contained in:
parent
06f038eced
commit
49102f6332
70 changed files with 109 additions and 47 deletions
5
Makefile
5
Makefile
|
@ -1,7 +1,8 @@
|
|||
# Configuration and variables
|
||||
# This file contains the build system commands configuration
|
||||
# and environment variables
|
||||
include mk/config.mk
|
||||
|
||||
# Dependencies
|
||||
# Build system dependencies
|
||||
include mk/depends.mk
|
||||
|
||||
all: $(BUILD)/harddrive.img
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue