Disable the self-test binary build (it doesn't work anyway)
This commit is contained in:
parent
f681795424
commit
013149dc89
6
Makefile
6
Makefile
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user