File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 33# Makefile for the linux qnx4-filesystem routines.
44# ... as kernel modules
55
6- ccflags-y += -I$(src ) -Wno-int-conversion -DDEBUG - DCONFIG_QNX4FS_FS=y
6+ ccflags-y += -I$(src ) -DCONFIG_QNX4FS_FS=y
77
88obj-m := qnx4.o
99qnx4-objs := inode.o dir.o namei.o bitmap.o
Original file line number Diff line number Diff line change 1- qnx4
1+ PACKAGE_NAME="qnx4"
2+ PACKAGE_VERSION="1"
3+ CLEAN="make clean"
4+ MAKE[0]="make all KERNEL_SRC=/lib/modules/$kernelver/build"
5+ BUILT_MODULE_NAME[0]="qnx4"
6+ DEST_MODULE_LOCATION[0]="/updates"
7+ AUTOINSTALL="yes"
Original file line number Diff line number Diff line change 33# Makefile for the linux qnx4-filesystem routines.
44# ... as kernel modules
55
6- ccflags-y += -I$(src ) -Wno-int-conversion -DDEBUG - DCONFIG_QNX6FS_FS=y
6+ ccflags-y += -I$(src ) -DCONFIG_QNX6FS_FS=y
77
88obj-m := qnx6.o
99qnx6-objs := inode.o dir.o namei.o super_mmi.o
Original file line number Diff line number Diff line change 1- qnx6
1+ PACKAGE_NAME="qnx6"
2+ PACKAGE_VERSION="1"
3+ CLEAN="make clean"
4+ MAKE[0]="make all KERNEL_SRC=/lib/modules/$kernelver/build"
5+ BUILT_MODULE_NAME[0]="qnx6"
6+ DEST_MODULE_LOCATION[0]="/updates"
7+ AUTOINSTALL="yes"
You can’t perform that action at this time.
0 commit comments