Disable the self-test binary build (it doesn't work anyway)

This commit is contained in:
Ondrej Jirman 2022-01-18 02:07:26 +01:00
parent f681795424
commit 013149dc89
1 changed files with 3 additions and 3 deletions

View File

@ -34,9 +34,9 @@ $(OUT)ppkb-i2c-flasher: i2c-flasher.c common.c
@mkdir -p $(OUT)
$(CC) $(CFLAGS) -o $@ $<
$(OUT)ppkb-i2c-selftest: i2c-selftest.c common.c
@mkdir -p $(OUT)
$(CC) $(CFLAGS) -o $@ $<
#$(OUT)ppkb-i2c-selftest: i2c-selftest.c common.c
# @mkdir -p $(OUT)
# $(CC) $(CFLAGS) -o $@ $<
$(OUT)fw-stock.bin $(OUT)fw-user.bin: $(wildcard firmware/*.*)
@mkdir -p $(OUT)