py/mkrules.mk: Suppress line-no output from CPP for qstr auto-gen.

This commit is contained in:
Jan Čapek 2016-03-16 07:49:07 +00:00 committed by Damien George
parent 000eae121c
commit 53e3770b15
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ EMPTY_QSTRDEFS_GENERATED_H = $(BUILD)/tmp/genhdr/qstrdefs.generated.h
# List all native flags since the current build system doesn't have
# the micropython configuration available. However, these flags are
# needed to extract all qstrings
QSTR_GEN_EXTRA_CFLAGS += -DN_X64 -DN_X86 -DN_THUMB -DN_ARM
QSTR_GEN_EXTRA_CFLAGS += -P -DN_X64 -DN_X86 -DN_THUMB -DN_ARM
QSTR_GEN_EXTRA_CFLAGS += -I$(BUILD)/tmp
vpath %.c . $(TOP)