summaryrefslogtreecommitdiff
path: root/examples/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rules.mk')
-rw-r--r--examples/rules.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/rules.mk b/examples/rules.mk
index 2f4c8b860..eeb548d08 100644
--- a/examples/rules.mk
+++ b/examples/rules.mk
@@ -12,11 +12,10 @@ all:
idf.py -B$(BUILD) -DBOARD=$(BOARD) build
clean:
- idf.py -B$(BUILD) clean
+ idf.py -B$(BUILD) -DBOARD=$(BOARD) clean
flash:
- @:$(call check_defined, SERIAL, example: SERIAL=/dev/ttyUSB0)
- idf.py -B$(BUILD) -p $(SERIAL) flash
+ idf.py -B$(BUILD) -DBOARD=$(BOARD) flash
else
# GNU Make build system