Skip to content

Commit

Permalink
usb/ehci: rename per-subfamily phy src to per-family-subfamily
Browse files Browse the repository at this point in the history
JIRA: RTOS-937
  • Loading branch information
adamgreloch committed Nov 25, 2024
1 parent 79cf43f commit cc07580
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions usb/ehci/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
#
# Makefile for Phoenix-RTOS imx6ull-ehci
# Makefile for Phoenix-RTOS ehci
#
# Copyright 2018, 2019 Phoenix Systems
#

# FIXME: rename usb host component
NAME := libusbehci
# TODO use TARGET_FAMILY-TARGET_SUBFAMILY
LOCAL_SRCS := ehci.c ehci-hub.c phy-$(TARGET_SUBFAMILY).c
LOCAL_SRCS := ehci.c ehci-hub.c phy-$(TARGET_FAMILY)-$(TARGET_SUBFAMILY).c

ifneq (,$(findstring imx,$(TARGET_SUBFAMILY)))
CFLAGS += -DEHCI_IMX
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit cc07580

Please sign in to comment.