mirror of
https://xff.cz/git/pinephone-keyboard/
synced 2024-11-09 22:15:42 +01:00
Disable the self-test binary build (it doesn't work anyway)
This commit is contained in:
parent
f681795424
commit
013149dc89
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -34,9 +34,9 @@ $(OUT)ppkb-i2c-flasher: i2c-flasher.c common.c
|
||||||
@mkdir -p $(OUT)
|
@mkdir -p $(OUT)
|
||||||
$(CC) $(CFLAGS) -o $@ $<
|
$(CC) $(CFLAGS) -o $@ $<
|
||||||
|
|
||||||
$(OUT)ppkb-i2c-selftest: i2c-selftest.c common.c
|
#$(OUT)ppkb-i2c-selftest: i2c-selftest.c common.c
|
||||||
@mkdir -p $(OUT)
|
# @mkdir -p $(OUT)
|
||||||
$(CC) $(CFLAGS) -o $@ $<
|
# $(CC) $(CFLAGS) -o $@ $<
|
||||||
|
|
||||||
$(OUT)fw-stock.bin $(OUT)fw-user.bin: $(wildcard firmware/*.*)
|
$(OUT)fw-stock.bin $(OUT)fw-user.bin: $(wildcard firmware/*.*)
|
||||||
@mkdir -p $(OUT)
|
@mkdir -p $(OUT)
|
||||||
|
|
Loading…
Reference in a new issue