diff --git a/testing/drivertest/Makefile b/testing/drivertest/Makefile index 6c3ba4b76..f5485ef11 100644 --- a/testing/drivertest/Makefile +++ b/testing/drivertest/Makefile @@ -88,11 +88,6 @@ PROGNAME += cmocka_driver_i2c_spi endif endif -ifneq ($(CONFIG_BCH),) -PROGNAME += cmocka_driver_block -MAINSRC += drivertest_block.c -endif - ifneq ($(CONFIG_DEV_GPIO),) PROGNAME += cmocka_driver_gpio MAINSRC += drivertest_gpio.c