Skip to content

Commit ae3328d

Browse files
committed
Add notes to old Makefile
1 parent 76183ba commit ae3328d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tools/Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#
2+
# This is the old Makefile for the project, before moving to CMake
3+
# if CMake is not for you, then this may still be useful for you to build
4+
# a single kernel from the source tree. Just keep in mind you need to add
5+
# your own main file, and that the source tree is outdated. Good luck.
6+
#
7+
18
# kernel binary
29
OUT = mykernel
310
# .c files (add your own!)

0 commit comments

Comments
 (0)