Skip to content

Commit 07bbbd5

Browse files
no1wudixiaoxiang781216
authored andcommitted
testing: Fix cmocka_driver_block give more than once
Fix: ``` /home/huang/Work/vela/sifli/apps/Application.mk:273: target 'drivertest_block.c.home.huang.Work.vela.sifli.apps.testing.drivertest.o' given more than once in the same rule /home/huang/Work/vela/sifli/apps/Application.mk:297: target '/home/huang/Work/vela/sifli/apps/builtin/registry/cmocka_driver_block.bdat' given more than once in the same rule CC: romfs_main.c /home/huang/Work/vela/sifli/apps/Application.mk:273: target 'drivertest_block.c.home.huang.Work.vela.sifli.apps.testing.drivertest.o' given more than once in the same rule /home/huang/Work/vela/sifli/apps/Application.mk:297: target '/home/huang/Work/vela/sifli/apps/builtin/registry/cmocka_driver_block.bdat' given more than once in the same rule ``` Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
1 parent 6798294 commit 07bbbd5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

testing/drivertest/Makefile

-5
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,6 @@ PROGNAME += cmocka_driver_i2c_spi
8888
endif
8989
endif
9090

91-
ifneq ($(CONFIG_BCH),)
92-
PROGNAME += cmocka_driver_block
93-
MAINSRC += drivertest_block.c
94-
endif
95-
9691
ifneq ($(CONFIG_DEV_GPIO),)
9792
PROGNAME += cmocka_driver_gpio
9893
MAINSRC += drivertest_gpio.c

0 commit comments

Comments
 (0)