Fix makefile comment

This commit is contained in:
Jeremy Soller 2019-11-20 12:01:13 -07:00
parent 885fb3ed44
commit dc9ba7d96a
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -16,6 +16,6 @@ SCRATCH_INCLUDE=$(wildcard $(SCRATCH_DIR)/include/scratch/*.h)
SCRATCH_CFLAGS=-I$(SCRATCH_DIR)/include
include $(SCRATCH_DIR)/scratch.mk
# Require scratch.rom to be compiled before main firmware
# Include scratch header in main firmware
CFLAGS+=-I$(BUILD)/include
INCLUDE+=$(BUILD)/include/scratch.h