Skip to content

Commit

Permalink
emulator: Add support for AMP controller emulation
Browse files Browse the repository at this point in the history
  • Loading branch information
holtmann committed Oct 9, 2013
1 parent 6b8ffc3 commit e6e6e84
Show file tree
Hide file tree
Showing 4 changed files with 1,112 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Makefile.tools
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ emulator_btvirt_SOURCES = emulator/main.c monitor/bt.h \
emulator/server.h emulator/server.c \
emulator/vhci.h emulator/vhci.c \
emulator/btdev.h emulator/btdev.c \
emulator/bthost.h emulator/bthost.c
emulator/bthost.h emulator/bthost.c \
emulator/amp.h emulator/amp.c

emulator_b1ee_SOURCES = emulator/b1ee.c monitor/mainloop.h monitor/mainloop.c

Expand Down
Loading

0 comments on commit e6e6e84

Please sign in to comment.