mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
parent
41adf8d196
commit
8f34c27ca5
@ -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
|
||||
|
@ -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))
|
1
repos/dde_linux/recipes/src/legacy_usb_hid_drv/hash
Normal file
1
repos/dde_linux/recipes/src/legacy_usb_hid_drv/hash
Normal file
@ -0,0 +1 @@
|
||||
2023-08-21 1c6c779b2c30b83d3626ce36efbec0b0b45a05d1
|
@ -1 +0,0 @@
|
||||
2023-08-21 2dd68b87d1c9216ad90299034bfba210c5065cd3
|
@ -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
|
Loading…
Reference in New Issue
Block a user