mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
First commit of Shredos v2021.08.2_19_x86-64_0.32.014
This commit is contained in:
12
linux/linux-ext-ev3dev-linux-drivers.mk
Normal file
12
linux/linux-ext-ev3dev-linux-drivers.mk
Normal file
@@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# Patch the linux kernel with ev3dev extension
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LINUX_EXTENSIONS += ev3dev-linux-drivers
|
||||
|
||||
define EV3DEV_LINUX_DRIVERS_PREPARE_KERNEL
|
||||
mkdir -p $(LINUX_DIR)/drivers/lego
|
||||
cp -dpfr $(EV3DEV_LINUX_DRIVERS_DIR)/* $(LINUX_DIR)/drivers/lego/
|
||||
endef
|
||||
Reference in New Issue
Block a user