This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
qemu
Watch
1
Star
0
Fork
0
You've already forked qemu
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
321af2f5b8
qemu
/
hw
/
net
/
can
/
Makefile.objs
3 lines
99 B
Makefile
Raw
Normal View
History
Unescape
Escape
hw/net/can: SJA1000 chip register level emulation for QEMU The core SJA1000 support is independent of following patches which map SJA1000 chip to PCI boards. The work is based on Jin Yang GSoC 2013 work funded by Google and mentored in frame of RTEMS project GSoC slot donated to QEMU. Rewritten for QEMU-2.0+ versions and architecture cleanup by Pavel Pisa (Czech Technical University in Prague). Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2018-01-27 19:43:21 +03:00
common-obj-$(CONFIG_CAN_SJA1000)
+=
can_sja1000.o
hw/net/can: Kvaser PCI CAN-S (single SJA1000 channel) emulation Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2018-01-27 20:06:57 +03:00
common-obj-$(CONFIG_CAN_PCI)
+=
can_kvaser_pci.o
Reference in New Issue
Copy Permalink