diff options
| author | Ayke van Laethem <aykevanlaethem@gmail.com> | 2018-03-26 15:22:45 +0200 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2018-07-18 17:12:26 +1000 |
| commit | 1949719e1db6376b6f925d337cc2ac319ef8ecdf (patch) | |
| tree | bcd5f1db63e2b8548adad73c176808856280ee7c | |
| parent | 57ca1ecf0107a680af9ac896d53d5399266947cd (diff) | |
nrf/Makefile: Fix .PHONY target.
It must be in uppercase.
| -rw-r--r-- | ports/nrf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/nrf/Makefile b/ports/nrf/Makefile index 8fa07ca45..2a9bf8eb7 100644 --- a/ports/nrf/Makefile +++ b/ports/nrf/Makefile @@ -238,7 +238,7 @@ OBJ += $(BUILD)/pins_gen.o $(BUILD)/$(FATFS_DIR)/ff.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 |
