Merge pull request #781 from liuguo09/testbuild

esp32: Remove the unecessary PREPROCESS call to fix build warning
This commit is contained in:
YAMAMOTO Takashi 2020-04-14 17:33:27 +09:00 committed by GitHub
commit b855ec2e3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ EXTRA_DISTCLEAN = $(call DELFILE, $(SCRIPTOUT))
include $(TOPDIR)/boards/Board.mk
$(SCRIPTOUT): $(SCRIPTIN) $(CONFIGFILE)
# $(call PREPROCESS, $(SCRIPTIN), $@)
$(Q) $(CC) -isystem $(TOPDIR)/include -C -P -x c -E $(SCRIPTIN) -o $@
context: $(SCRIPTOUT)