Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 49 and Version 50 of Developer/Simulators/QEMU/CANEmulation


Ignore:
Timestamp:
08/16/13 19:45:52 (11 years ago)
Author:
C Rempel
Comment:

/* Writing the Patches for a Basic PCI-CAN device */

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Simulators/QEMU/CANEmulation

    v49 v50  
    333333 *  hw/can-pci.c is the can-pci device
    334334
    335 Below is the change to the hw/Makefile.objs to get the qemu build system to recognize can-pci.o as one of the qemu objects
     335To get qemu to recognize new source files, it's necessary to add the new source files to the system. Below is the change to the hw/Makefile.objs to get the qemu build system to recognize can-pci.o as one of the qemu objects
    336336 
    337337 hw/Makefile.objs
    338 
     338 
    339339  @@ -27,6 +27,7 @@ common-obj-$(CONFIG_EMPTY_SLOT) += empty_slot.o
    340340