diff options
Diffstat (limited to 'cc3200/application.mk')
| -rw-r--r-- | cc3200/application.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cc3200/application.mk b/cc3200/application.mk index 73c84efa4..fa72c64b3 100644 --- a/cc3200/application.mk +++ b/cc3200/application.mk @@ -186,6 +186,9 @@ $(BUILD)/stmhal/%.o: CFLAGS += -Os $(BUILD)/telnet/%.o: CFLAGS += -Os $(BUILD)/util/%.o: CFLAGS += -Os $(BUILD)/pins.o: CFLAGS += -Os +$(BUILD)/main.o: CFLAGS += -Os +$(BUILD)/mptask.o: CFLAGS += -Os +$(BUILD)/servertask.o: CFLAGS += -Os else $(error Invalid BTYPE specified) endif @@ -216,7 +219,7 @@ PREFIX_FILE = boards/cc3200_prefix.c GEN_PINS_SRC = $(BUILD)/pins.c GEN_PINS_HDR = $(HEADER_BUILD)/pins.h GEN_PINS_QSTR = $(BUILD)/pins_qstr.h - + # Making OBJ use an order-only dependency on the generated pins.h file # has the side effect of making the pins.h file before we actually compile # any of the objects. The normal dependency generation will deal with the |
