mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
7 lines
231 B
Makefile
7 lines
231 B
Makefile
SRC_C = lock.cc semaphore.cc panic.cc printf.cc interrupt.cc pgtab.cc \
|
|
memory.cc thread.cc pci_tree.cc pci.cc resources.cc timer.cc \
|
|
dde_kit.cc
|
|
LIBS = thread alarm
|
|
|
|
vpath % $(REP_DIR)/src/lib/dde_kit
|