diff options
Diffstat (limited to 'hw/net/can/Makefile.objs')
-rw-r--r-- | hw/net/can/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/net/can/Makefile.objs b/hw/net/can/Makefile.objs index 9d4a5152a3..97c4295943 100644 --- a/hw/net/can/Makefile.objs +++ b/hw/net/can/Makefile.objs @@ -1,2 +1,3 @@ common-obj-$(CONFIG_CAN_SJA1000) += can_sja1000.o common-obj-$(CONFIG_CAN_PCI) += can_kvaser_pci.o +common-obj-$(CONFIG_CAN_PCI) += can_pcm3680_pci.o |