Rename flash targets

This commit is contained in:
Jeremy Soller 2020-03-02 14:11:57 -07:00
parent e2c6fd7b82
commit 364b7c3af8
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1
3 changed files with 6 additions and 6 deletions

View File

@ -46,10 +46,10 @@ console:
cargo build --manifest-path tool/Cargo.toml --release
sudo tool/target/release/system76_ectool console
flash: $(BUILD)/ec.rom
flash_internal: $(BUILD)/ec.rom
cargo build --manifest-path tool/Cargo.toml --release
sudo tool/target/release/system76_ectool flash $<
isp: $(BUILD)/ec.rom
flash_external: $(BUILD)/ec.rom
cargo build --manifest-path ecflash/Cargo.toml --example isp --release
sudo ecflash/target/release/examples/isp $<

View File

@ -43,10 +43,10 @@ console:
cargo build --manifest-path tool/Cargo.toml --release
sudo tool/target/release/system76_ectool console
flash: $(BUILD)/ec.rom
flash_internal: $(BUILD)/ec.rom
cargo build --manifest-path tool/Cargo.toml --release
sudo tool/target/release/system76_ectool flash $<
isp: $(BUILD)/ec.rom
flash_external: $(BUILD)/ec.rom
cargo build --manifest-path ecflash/Cargo.toml --example isp --release
sudo ecflash/target/release/examples/isp $<

View File

@ -46,10 +46,10 @@ console:
cargo build --manifest-path tool/Cargo.toml --release
sudo tool/target/release/system76_ectool console
flash: $(BUILD)/ec.rom
flash_internal: $(BUILD)/ec.rom
cargo build --manifest-path tool/Cargo.toml --release
sudo tool/target/release/system76_ectool flash $<
isp: $(BUILD)/ec.rom
flash_external: $(BUILD)/ec.rom
cargo build --manifest-path ecflash/Cargo.toml --example isp --release
sudo ecflash/target/release/examples/isp $<