2010-12-14 04:39:31 +01:00
|
|
|
############################################################################
|
|
|
|
# drivers/usbhost/Make.defs
|
|
|
|
#
|
2021-03-04 07:10:42 +01:00
|
|
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
# contributor license agreements. See the NOTICE file distributed with
|
|
|
|
# this work for additional information regarding copyright ownership. The
|
|
|
|
# ASF licenses this file to you under the Apache License, Version 2.0 (the
|
|
|
|
# "License"); you may not use this file except in compliance with the
|
|
|
|
# License. You may obtain a copy of the License at
|
2010-12-14 04:39:31 +01:00
|
|
|
#
|
2021-03-04 07:10:42 +01:00
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
2010-12-14 04:39:31 +01:00
|
|
|
#
|
2021-03-04 07:10:42 +01:00
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
|
|
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
|
|
# License for the specific language governing permissions and limitations
|
|
|
|
# under the License.
|
2010-12-14 04:39:31 +01:00
|
|
|
#
|
|
|
|
############################################################################
|
|
|
|
|
2011-03-18 15:41:22 +01:00
|
|
|
|
2010-12-14 16:49:02 +01:00
|
|
|
ifeq ($(CONFIG_USBHOST),y)
|
2011-03-18 15:41:22 +01:00
|
|
|
|
2011-05-16 17:09:39 +02:00
|
|
|
# Include built-in USB host driver logic
|
|
|
|
|
2013-09-09 22:01:52 +02:00
|
|
|
CSRCS += usbhost_registry.c usbhost_registerclass.c usbhost_findclass.c
|
2015-04-20 15:45:11 +02:00
|
|
|
CSRCS += usbhost_enumerate.c usbhost_devaddr.c
|
2014-02-09 20:49:31 +01:00
|
|
|
|
2015-04-19 00:20:02 +02:00
|
|
|
ifeq ($(CONFIG_USBHOST_HUB),y)
|
|
|
|
CSRCS += usbhost_hub.c
|
|
|
|
endif
|
|
|
|
|
2016-08-26 17:07:52 +02:00
|
|
|
ifeq ($(CONFIG_USBHOST_COMPOSITE),y)
|
|
|
|
CSRCS += usbhost_composite.c
|
|
|
|
endif
|
|
|
|
|
2015-04-20 15:45:11 +02:00
|
|
|
ifeq ($(CONFIG_USBHOST_MSC),y)
|
|
|
|
CSRCS += usbhost_storage.c
|
|
|
|
endif
|
|
|
|
|
2015-05-06 20:49:00 +02:00
|
|
|
ifeq ($(CONFIG_USBHOST_CDCACM),y)
|
|
|
|
CSRCS += usbhost_cdcacm.c
|
|
|
|
endif
|
|
|
|
|
2020-06-14 15:10:11 +02:00
|
|
|
ifeq ($(CONFIG_USBHOST_CDCMBIM),y)
|
|
|
|
CSRCS += usbhost_cdcmbim.c
|
|
|
|
endif
|
|
|
|
|
2022-02-21 09:08:05 +01:00
|
|
|
ifeq ($(CONFIG_USBHOST_HID),y)
|
|
|
|
CSRCS += hid_parser.c
|
|
|
|
endif
|
|
|
|
|
2014-02-09 20:49:31 +01:00
|
|
|
ifeq ($(CONFIG_USBHOST_HIDKBD),y)
|
|
|
|
CSRCS += usbhost_hidkbd.c
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(CONFIG_USBHOST_HIDMOUSE),y)
|
|
|
|
CSRCS += usbhost_hidmouse.c
|
|
|
|
endif
|
2013-09-09 22:01:52 +02:00
|
|
|
|
2017-03-18 04:35:49 +01:00
|
|
|
ifeq ($(CONFIG_USBHOST_XBOXCONTROLLER),y)
|
|
|
|
CSRCS += usbhost_xboxcontroller.c
|
|
|
|
endif
|
|
|
|
|
2018-07-04 02:49:51 +02:00
|
|
|
ifeq ($(CONFIG_USBHOST_MAX3421E),y)
|
|
|
|
CSRCS += usbhost_max3421e.c
|
|
|
|
endif
|
|
|
|
|
2020-05-27 21:32:29 +02:00
|
|
|
ifeq ($(CONFIG_USBHOST_FT232R),y)
|
|
|
|
CSRCS += usbhost_ft232r.c
|
|
|
|
endif
|
|
|
|
|
2013-09-09 22:01:52 +02:00
|
|
|
# HCD debug/trace logic
|
|
|
|
|
|
|
|
ifeq ($(CONFIG_USBHOST_TRACE),y)
|
|
|
|
CSRCS += usbhost_trace.c
|
|
|
|
else
|
|
|
|
ifeq ($(CONFIG_DEBUG_USB),y)
|
|
|
|
CSRCS += usbhost_trace.c
|
|
|
|
endif
|
|
|
|
endif
|
2019-10-23 15:12:21 +02:00
|
|
|
endif
|
2011-05-16 17:09:39 +02:00
|
|
|
|
|
|
|
# Include USB host driver build logic
|
|
|
|
|
|
|
|
DEPPATH += --dep-path usbhost
|
|
|
|
VPATH += :usbhost
|
2020-03-26 04:51:22 +01:00
|
|
|
CFLAGS += ${shell $(INCDIR) "$(CC)" $(TOPDIR)$(DELIM)drivers$(DELIM)usbhost}
|