mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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>
This commit is contained in:
parent
5a5dc48083
commit
21151fd8f0
1 changed files with 2 additions and 5 deletions
|
@ -16,8 +16,5 @@ obj-$(CONFIG_FIREWIRE_NET) += firewire-net.o
|
|||
obj-$(CONFIG_FIREWIRE_NOSY) += nosy.o
|
||||
obj-$(CONFIG_PROVIDE_OHCI1394_DMA_INIT) += init_ohci1394_dma.o
|
||||
|
||||
firewire-uapi-test-objs += uapi-test.o
|
||||
firewire-packet-serdes-test-objs += packet-serdes-test.o
|
||||
|
||||
obj-$(CONFIG_FIREWIRE_KUNIT_UAPI_TEST) += firewire-uapi-test.o
|
||||
obj-$(CONFIG_FIREWIRE_KUNIT_PACKET_SERDES_TEST) += firewire-packet-serdes-test.o
|
||||
obj-$(CONFIG_FIREWIRE_KUNIT_UAPI_TEST) += uapi-test.o
|
||||
obj-$(CONFIG_FIREWIRE_KUNIT_PACKET_SERDES_TEST) += packet-serdes-test.o
|
||||
|
|
Loading…
Add table
Reference in a new issue