Fix makefile comment
This commit is contained in:
parent
885fb3ed44
commit
dc9ba7d96a
@ -16,6 +16,6 @@ SCRATCH_INCLUDE=$(wildcard $(SCRATCH_DIR)/include/scratch/*.h)
|
|||||||
SCRATCH_CFLAGS=-I$(SCRATCH_DIR)/include
|
SCRATCH_CFLAGS=-I$(SCRATCH_DIR)/include
|
||||||
include $(SCRATCH_DIR)/scratch.mk
|
include $(SCRATCH_DIR)/scratch.mk
|
||||||
|
|
||||||
# Require scratch.rom to be compiled before main firmware
|
# Include scratch header in main firmware
|
||||||
CFLAGS+=-I$(BUILD)/include
|
CFLAGS+=-I$(BUILD)/include
|
||||||
INCLUDE+=$(BUILD)/include/scratch.h
|
INCLUDE+=$(BUILD)/include/scratch.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user