nrf/Makefile: Fix .PHONY target.

It must be in uppercase.
This commit is contained in:
Ayke van Laethem 2018-03-26 15:22:45 +02:00 committed by Damien George
parent 57ca1ecf01
commit 1949719e1d
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ OBJ += $(BUILD)/pins_gen.o
$(BUILD)/$(FATFS_DIR)/ff.o: COPT += -Os $(BUILD)/$(FATFS_DIR)/ff.o: COPT += -Os
$(filter $(PY_BUILD)/../extmod/vfs_fat_%.o, $(PY_O)): COPT += -Os $(filter $(PY_BUILD)/../extmod/vfs_fat_%.o, $(PY_O)): COPT += -Os
.phony: all flash sd binary hex .PHONY: all flash sd binary hex
all: binary hex all: binary hex