1target_sources(${PROJECT_NAME} PRIVATE
2    # {{BEGIN_TARGET_SOURCES}}
3	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_asynch_td_process.c
4	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_asynchronous_endpoint_create.c
5	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_asynchronous_endpoint_destroy.c
6	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_controller_disable.c
7	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_done_queue_process.c
8	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_door_bell_wait.c
9	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_ed_clean.c
10	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_ed_obtain.c
11	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_endpoint_reset.c
12	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_entry.c
13	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_frame_number_get.c
14	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_frame_number_set.c
15	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_fsisochronous_td_obtain.c
16	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_fsisochronous_tds_process.c
17	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_hsisochronous_td_obtain.c
18	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_hsisochronous_tds_process.c
19	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_initialize.c
20	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_interrupt_endpoint_create.c
21	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_interrupt_endpoint_destroy.c
22	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_interrupt_handler.c
23	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_isochronous_endpoint_create.c
24	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_isochronous_endpoint_destroy.c
25	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_least_traffic_list_get.c
26	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_next_td_clean.c
27	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_periodic_descriptor_link.c
28	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_periodic_tree_create.c
29	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_poll_rate_entry_get.c
30	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_port_disable.c
31	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_port_reset.c
32	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_port_resume.c
33	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_port_status_get.c
34	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_port_suspend.c
35	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_power_down_port.c
36	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_power_on_port.c
37	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_power_root_hubs.c
38	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_register_read.c
39	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_register_write.c
40	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_regular_td_obtain.c
41	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_request_bulk_transfer.c
42	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_request_control_transfer.c
43	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_request_interrupt_transfer.c
44	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_request_isochronous_transfer.c
45	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_request_transfer.c
46	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_request_transfer_add.c
47	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_transfer_abort.c
48	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ehci_transfer_request_process.c
49	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_asynchronous_endpoint_create.c
50	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_asynchronous_endpoint_destroy.c
51	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_controller_disable.c
52	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_done_queue_process.c
53	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_ed_obtain.c
54	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_endpoint_error_clear.c
55	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_endpoint_reset.c
56	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_entry.c
57	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_frame_number_get.c
58	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_frame_number_set.c
59	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_initialize.c
60	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_interrupt_endpoint_create.c
61	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_interrupt_handler.c
62	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_isochronous_endpoint_create.c
63	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_isochronous_td_obtain.c
64	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_least_traffic_list_get.c
65	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_next_td_clean.c
66	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_periodic_endpoint_destroy.c
67	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_periodic_tree_create.c
68	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_port_disable.c
69	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_port_enable.c
70	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_port_reset.c
71	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_port_resume.c
72	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_port_status_get.c
73	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_port_suspend.c
74	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_power_down_port.c
75	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_power_on_port.c
76	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_power_root_hubs.c
77	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_register_read.c
78	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_register_write.c
79	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_regular_td_obtain.c
80	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_request_bulk_transfer.c
81	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_request_control_transfer.c
82	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_request_interupt_transfer.c
83	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_request_isochronous_transfer.c
84	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_request_transfer.c
85	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_transfer_abort.c
86	${CMAKE_CURRENT_LIST_DIR}/src/ux_hcd_ohci_transfer_request_process.c
87
88    # {{END_TARGET_SOURCES}}
89)
90
91target_include_directories(${PROJECT_NAME} PUBLIC
92    ${CMAKE_CURRENT_LIST_DIR}/inc
93)
94