genode/dde_linux/lib/mk/arm/usb.inc
Sebastian Sumpf 6ef3f0f153 usb: Move driver into library
This raised the opportunity to structure the library more cleanly for each
supported platform.
2013-02-25 16:45:49 +01:00

7 lines
145 B
PHP

SRC_C += platform_device.c
SRC_CC += mem.cc
INC_DIR += $(LIB_INC_DIR)/arm
vpath platform_device.c $(LIB_DIR)/arm
vpath mem.cc $(LIB_DIR)/arm