Skip to content

Commit 21151fd

Browse files
committed
firewire: obsolete usage of *-objs in Makefile for KUnit test
Nowadays *-objs list is just for user space programs. This commit obsolete the usage, and simplify Makefile for firewire KUnit tests since the tests are not composite objects. Link: https://lore.kernel.org/r/20240508105351.532693-1-o-takashi@sakamocchi.jp Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
1 parent 5a5dc48 commit 21151fd

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

drivers/firewire/Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,5 @@ obj-$(CONFIG_FIREWIRE_NET) += firewire-net.o
1616
obj-$(CONFIG_FIREWIRE_NOSY) += nosy.o
1717
obj-$(CONFIG_PROVIDE_OHCI1394_DMA_INIT) += init_ohci1394_dma.o
1818

19-
firewire-uapi-test-objs += uapi-test.o
20-
firewire-packet-serdes-test-objs += packet-serdes-test.o
21-
22-
obj-$(CONFIG_FIREWIRE_KUNIT_UAPI_TEST) += firewire-uapi-test.o
23-
obj-$(CONFIG_FIREWIRE_KUNIT_PACKET_SERDES_TEST) += firewire-packet-serdes-test.o
19+
obj-$(CONFIG_FIREWIRE_KUNIT_UAPI_TEST) += uapi-test.o
20+
obj-$(CONFIG_FIREWIRE_KUNIT_PACKET_SERDES_TEST) += packet-serdes-test.o

0 commit comments

Comments
 (0)