dde_linux: move usb_hid -> usb_hid_legacy

issue #4958
This commit is contained in:
Sebastian Sumpf 2023-06-14 08:43:10 +02:00 committed by Christian Helmuth
parent 41adf8d196
commit 8f34c27ca5
14 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
ifeq ($(called_from_lib_mk),yes)
USB_HID_CONTRIB_DIR := $(call select_from_ports,dde_linux)/src/drivers/usb_hid
LX_EMUL_H := $(REP_DIR)/src/drivers/usb_hid/lx_emul.h
LX_EMUL_H := $(REP_DIR)/src/drivers/usb_hid_legacy/lx_emul.h
#
# Determine the header files included by the contrib code. For each

View File

@ -9,7 +9,7 @@ MIRROR_FROM_REP_DIR := $(LIB_MK) \
src/include/legacy src/lib/legacy/lx_kit \
src/lib/lx_kit/spec \
$(foreach SPEC,arm arm_64 arm_v6 arm_v7 x86 x86_32 x86_64,src/include/spec/$(SPEC)) \
$(shell cd $(REP_DIR); find src/drivers/usb_hid -type f)
$(shell cd $(REP_DIR); find src/drivers/usb_hid_legacy -type f)
MIRROR_FROM_PORT_DIR := $(shell cd $(PORT_DIR); find src/drivers/usb_hid -type f | grep -v ".git")
MIRROR_FROM_PORT_DIR := $(filter-out $(MIRROR_FROM_REP_DIR),$(MIRROR_FROM_PORT_DIR))

View File

@ -0,0 +1 @@
2023-08-21 1c6c779b2c30b83d3626ce36efbec0b0b45a05d1

View File

@ -1 +0,0 @@
2023-08-21 2dd68b87d1c9216ad90299034bfba210c5065cd3

View File

@ -1,4 +1,4 @@
TARGET := usb_hid_drv
TARGET := usb_hid_legacy_drv
SRC_C := dummies.c
SRC_CC := main.cc lx_emul.cc evdev.cc
SRC_CC += printf.cc bug.cc timer.cc scheduler.cc env.cc work.cc