Skip to content

Commit baee53c

Browse files
committed
[modify] scripts for build-linux-kernel-4.8.17
1 parent a9d2cd6 commit baee53c

25 files changed

+4162
-1368
lines changed

drivers/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
prefix ?= ./
33
curr_dir ?= $(shell pwd)
4-
lib_dir ?= $(prefix)/lib/modules/4.4.7-armv7-fpga/ikwzm
4+
lib_dir ?= $(prefix)/lib/modules/4.8.17-armv7-fpga/ikwzm
55

66
kmod_objects += dtbocfg/dtbocfg.ko
77
kmod_objects += fpgacfg/fpgacfg.ko
@@ -16,12 +16,12 @@ kmod_subdirs = $(dir $(kmod_objects))
1616

1717
all:
1818
for dir in $(kmod_subdirs); do \
19-
cd $$dir ; $(MAKE) KERNEL_SRC_DIR=$(curr_dir)/../linux-4.4.7-armv7-fpga all ; cd $(curr_dir) ;\
19+
cd $$dir ; $(MAKE) KERNEL_SRC_DIR=$(curr_dir)/../linux-4.8.17-armv7-fpga all ; cd $(curr_dir) ;\
2020
done
2121

2222
clean:
2323
for dir in $(kmod_subdirs); do \
24-
cd $$dir ; $(MAKE) KERNEL_SRC_DIR=$(curr_dir)/../linux-4.4.7-armv7-fpga clean ; cd $(curr_dir) ;\
24+
cd $$dir ; $(MAKE) KERNEL_SRC_DIR=$(curr_dir)/../linux-4.8.17-armv7-fpga clean ; cd $(curr_dir) ;\
2525
done
2626

2727
install: all

drivers/debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Homepage: <https://github.com/ikwzm/FPGA-SoC-Linux>
88
#Vcs-Git: git://anonscm.debian.org/collab-maint/fpga-soc-linux-drivers.git
99
#Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/fpga-soc-linux-drivers.git;a=summary
1010

11-
Package: fpga-soc-linux-drivers-4.4.7-armv7-fpga
11+
Package: fpga-soc-linux-drivers-4.8.17-armv7-fpga
1212
Architecture: any
13-
Depends: ${shlibs:Depends}, ${misc:Depends}, linux-image-4.4.7-armv7-fpga
13+
Depends: ${shlibs:Depends}, ${misc:Depends}, linux-image-4.8.17-armv7-fpga
1414
Description: FPGA+SoC+Linux device drivers
1515
FPGA+SoC+Linux device drivers.
1616
dtbocfg: Device Tree Blob Overlay Configuration File System.

drivers/fclkcfg/fclkcfg.ko

-103 KB
Binary file not shown.
-65.8 KB
Binary file not shown.
-65.1 KB
Binary file not shown.

drivers/fpga-bridge/fpga-bridge.ko

-91.4 KB
Binary file not shown.

drivers/fpgacfg/fpgacfg.ko

-158 KB
Binary file not shown.

drivers/udmabuf/udmabuf.ko

-164 KB
Binary file not shown.

drivers/zptty/zptty.ko

-157 KB
Binary file not shown.

0 commit comments

Comments
 (0)