mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
As a side effect, the entrypoints in the USB driver are merged into one thread. Fixes #1027
4 lines
60 B
Makefile
4 lines
60 B
Makefile
TARGET = usb_drv
|
|
SRC_CC = main.cc
|
|
LIBS = usb server
|