fixed whitespace in Makefile

This commit is contained in:
Anton Lydike 2021-08-31 10:26:56 +02:00
parent d0dd6595c3
commit a3712570b0

View File

@ -16,7 +16,7 @@ KERNEL_CFLAGS=-nostdlib -T linker.ld
ARCH = rv32im
### Build configuration:
# Define the maximum number of running processes
# Define the maximum number of running processes
PROCESS_COUNT = 8
# Define the maximum number of binaries packaged with the kernel