Skip to content

Commit

Permalink
Add install dependency on chardev BIN to fix parallel build break
Browse files Browse the repository at this point in the history
chardev bin may not availabe before make install in parallel build,
so add install dependency on chardev BIN here.

Change-Id: If28451ceeeed0a6463544d8c342871cecda5a057
Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
  • Loading branch information
liuguo09 authored and patacongo committed Jan 20, 2020
1 parent 02dbab7 commit 97fd133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/module/drivers/chardev/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ clean:
$(call DELFILE, $(BIN))
$(call CLEAN)

install:
install: $(BIN)
$(Q) mkdir -p $(FSROOT_DIR)
$(Q) install $(BIN) $(FSROOT_DIR)/$(BIN)

0 comments on commit 97fd133

Please sign in to comment.