mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 07:22:25 +00:00
6ef3f0f153
This raised the opportunity to structure the library more cleanly for each supported platform.
13 lines
270 B
Makefile
13 lines
270 B
Makefile
include $(REP_DIR)/lib/mk/usb.inc
|
|
include $(REP_DIR)/lib/mk/arm/usb.inc
|
|
|
|
CC_OPT += -DCONFIG_USB_EHCI_S5P -DCONFIG_USB_EHCI_TT_NEWSCHED
|
|
INC_DIR += $(CONTRIB_DIR)/arch/arm/plat-samsung/include
|
|
SRC_CC += platform.cc
|
|
|
|
vpath platform.cc $(LIB_DIR)/arm/platform_arndale
|
|
|
|
|
|
|
|
|