Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
12
bsp/buildroot/linux/linux-ext-ev3dev-linux-drivers.mk
Normal file
12
bsp/buildroot/linux/linux-ext-ev3dev-linux-drivers.mk
Normal file
@@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
# Linux ev3dev extensions
|
||||
#
|
||||
# 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