mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
- Remove needless FreeBSD patches.
- Make a directory mipsel-linux/include/linux/modules in pkg-plist. This empty directory was made only when you intall from port and warning was shown if you deinstall pkg_add'ed one. PR: ports/36763 Submitted by: maintainer
This commit is contained in:
parent
f6f900731b
commit
7fa1d182e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59271
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,477 +0,0 @@
|
||||
diff -ruN linux-vr/include/asm-mips/offset.h linux-vr-built/include/asm-mips/offset.h
|
||||
--- linux-vr/include/asm-mips/offset.h Wed Dec 31 16:00:00 1969
|
||||
+++ linux-vr-built/include/asm-mips/offset.h Thu Nov 23 15:34:50 2000
|
||||
@@ -0,0 +1,100 @@
|
||||
+/* DO NOT TOUCH, AUTOGENERATED BY OFFSET.C */
|
||||
+
|
||||
+#ifndef _MIPS_OFFSET_H
|
||||
+#define _MIPS_OFFSET_H
|
||||
+
|
||||
+/* MIPS pt_regs offsets. */
|
||||
+#define PT_R0 24
|
||||
+#define PT_R1 28
|
||||
+#define PT_R2 32
|
||||
+#define PT_R3 36
|
||||
+#define PT_R4 40
|
||||
+#define PT_R5 44
|
||||
+#define PT_R6 48
|
||||
+#define PT_R7 52
|
||||
+#define PT_R8 56
|
||||
+#define PT_R9 60
|
||||
+#define PT_R10 64
|
||||
+#define PT_R11 68
|
||||
+#define PT_R12 72
|
||||
+#define PT_R13 76
|
||||
+#define PT_R14 80
|
||||
+#define PT_R15 84
|
||||
+#define PT_R16 88
|
||||
+#define PT_R17 92
|
||||
+#define PT_R18 96
|
||||
+#define PT_R19 100
|
||||
+#define PT_R20 104
|
||||
+#define PT_R21 108
|
||||
+#define PT_R22 112
|
||||
+#define PT_R23 116
|
||||
+#define PT_R24 120
|
||||
+#define PT_R25 124
|
||||
+#define PT_R26 128
|
||||
+#define PT_R27 132
|
||||
+#define PT_R28 136
|
||||
+#define PT_R29 140
|
||||
+#define PT_R30 144
|
||||
+#define PT_R31 148
|
||||
+#define PT_LO 152
|
||||
+#define PT_HI 156
|
||||
+#define PT_EPC 160
|
||||
+#define PT_BVADDR 164
|
||||
+#define PT_STATUS 168
|
||||
+#define PT_CAUSE 172
|
||||
+#define PT_SIZE 176
|
||||
+
|
||||
+/* MIPS task_struct offsets. */
|
||||
+#define TASK_STATE 0
|
||||
+#define TASK_FLAGS 4
|
||||
+#define TASK_SIGPENDING 8
|
||||
+#define TASK_NEED_RESCHED 20
|
||||
+#define TASK_PTRACE 24
|
||||
+#define TASK_COUNTER 32
|
||||
+#define TASK_NICE 36
|
||||
+#define TASK_MM 44
|
||||
+#define TASK_PID 108
|
||||
+#define TASK_STRUCT_SIZE 1040
|
||||
+
|
||||
+/* MIPS specific thread_struct offsets. */
|
||||
+#define THREAD_REG16 600
|
||||
+#define THREAD_REG17 604
|
||||
+#define THREAD_REG18 608
|
||||
+#define THREAD_REG19 612
|
||||
+#define THREAD_REG20 616
|
||||
+#define THREAD_REG21 620
|
||||
+#define THREAD_REG22 624
|
||||
+#define THREAD_REG23 628
|
||||
+#define THREAD_REG29 632
|
||||
+#define THREAD_REG30 636
|
||||
+#define THREAD_REG31 640
|
||||
+#define THREAD_STATUS 644
|
||||
+#define THREAD_FPU 648
|
||||
+#define THREAD_BVADDR 912
|
||||
+#define THREAD_BUADDR 916
|
||||
+#define THREAD_ECODE 920
|
||||
+#define THREAD_TRAPNO 924
|
||||
+#define THREAD_MFLAGS 928
|
||||
+#define THREAD_CURDS 932
|
||||
+#define THREAD_TRAMP 936
|
||||
+#define THREAD_OLDCTX 940
|
||||
+
|
||||
+/* Linux mm_struct offsets. */
|
||||
+#define MM_USERS 16
|
||||
+#define MM_PGD 12
|
||||
+#define MM_CONTEXT 60
|
||||
+
|
||||
+/* Linux sigcontext offsets. */
|
||||
+#define SC_REGS 16
|
||||
+#define SC_FPREGS 272
|
||||
+#define SC_MDHI 544
|
||||
+#define SC_MDLO 552
|
||||
+#define SC_PC 8
|
||||
+#define SC_STATUS 4
|
||||
+#define SC_OWNEDFP 528
|
||||
+#define SC_FPC_CSR 532
|
||||
+#define SC_FPC_EIR 536
|
||||
+#define SC_CAUSE 560
|
||||
+#define SC_BADVADDR 564
|
||||
+
|
||||
+#endif /* !(_MIPS_OFFSET_H) */
|
||||
diff -ruN linux-vr/include/linux/autoconf.h linux-vr-built/include/linux/autoconf.h
|
||||
--- linux-vr/include/linux/autoconf.h Wed Dec 31 16:00:00 1969
|
||||
+++ linux-vr-built/include/linux/autoconf.h Thu Nov 23 15:32:16 2000
|
||||
@@ -0,0 +1,352 @@
|
||||
+/*
|
||||
+ * Automatically generated C config: don't edit
|
||||
+ */
|
||||
+#define AUTOCONF_INCLUDED
|
||||
+
|
||||
+/*
|
||||
+ * Code maturity level options
|
||||
+ */
|
||||
+#define CONFIG_EXPERIMENTAL 1
|
||||
+
|
||||
+/*
|
||||
+ * Machine selection
|
||||
+ */
|
||||
+#undef CONFIG_CLASS_DESKTOP
|
||||
+#define CONFIG_CLASS_PDA 1
|
||||
+#undef CONFIG_SGI_IP22
|
||||
+#undef CONFIG_DECSTATION
|
||||
+#undef CONFIG_AGENDA_VR3
|
||||
+#undef CONFIG_CASIO_E10
|
||||
+#undef CONFIG_CASIO_E15
|
||||
+#undef CONFIG_CASIO_E105
|
||||
+#undef CONFIG_CASIO_E125
|
||||
+#undef CONFIG_COMPAQ_8XX_201X
|
||||
+#undef CONFIG_COMPAQ_AERO_15XX
|
||||
+#undef CONFIG_COMPAQ_AERO_21XX
|
||||
+#undef CONFIG_EVEREX_FREESTYLE
|
||||
+#define CONFIG_IBM_WORKPAD 1
|
||||
+#undef CONFIG_NEC_MOBILEPRO_700
|
||||
+#undef CONFIG_NEC_MOBILEPRO_750C
|
||||
+#undef CONFIG_NEC_MOBILEPRO_770
|
||||
+#undef CONFIG_NEC_MOBILEPRO_800
|
||||
+#undef CONFIG_NEC_MOBILEGEAR2_R300
|
||||
+#undef CONFIG_NEC_MOBILEGEAR2_R320
|
||||
+#undef CONFIG_NEC_MOBILEGEAR2_R430
|
||||
+#undef CONFIG_NEC_MOBILEGEAR2_R500
|
||||
+#undef CONFIG_NEC_MOBILEGEAR2_R510
|
||||
+#undef CONFIG_NEC_MOBILEGEAR2_R520
|
||||
+#undef CONFIG_NEC_MOBILEGEAR2_R530
|
||||
+#undef CONFIG_NEC_MOBILEGEAR2_R700
|
||||
+#undef CONFIG_DOCOMO_SIGMARION
|
||||
+#undef CONFIG_NEC_OSPREY
|
||||
+#undef CONFIG_NEC_UEB30
|
||||
+#undef CONFIG_PHILIPS_NINO
|
||||
+#undef CONFIG_PHILIPS_VELO
|
||||
+#undef CONFIG_SHARP_MOBILON
|
||||
+#undef CONFIG_VTECH_HELIO
|
||||
+#undef CONFIG_VADEM_CLIO_1000
|
||||
+#undef CONFIG_VADEM_CLIO_1050
|
||||
+#define CONFIG_CPU_VR41XX 1
|
||||
+#undef CONFIG_VTECH_HELIO_EMULATOR
|
||||
+#undef CONFIG_CPU_HAS_LLSC
|
||||
+#undef CONFIG_CPU_HAS_WB
|
||||
+#define CONFIG_CPU_NO_FPU 1
|
||||
+#define CONFIG_ISA 1
|
||||
+#define CONFIG_KEYBOARD 1
|
||||
+#undef CONFIG_PCI
|
||||
+#undef CONFIG_I8259
|
||||
+
|
||||
+/*
|
||||
+ * Loadable module support
|
||||
+ */
|
||||
+#undef CONFIG_MODULES
|
||||
+
|
||||
+/*
|
||||
+ * General setup
|
||||
+ */
|
||||
+#define CONFIG_CPU_LITTLE_ENDIAN 1
|
||||
+#define CONFIG_KCORE_ELF 1
|
||||
+#define CONFIG_ELF_KERNEL 1
|
||||
+#undef CONFIG_BINFMT_AOUT
|
||||
+#define CONFIG_BINFMT_ELF 1
|
||||
+#undef CONFIG_BINFMT_MISC
|
||||
+#undef CONFIG_MIPS_FPU_EMULATOR
|
||||
+#define CONFIG_NET 1
|
||||
+#undef CONFIG_HOTPLUG
|
||||
+#undef CONFIG_PCMCIA
|
||||
+#undef CONFIG_SYSVIPC
|
||||
+#undef CONFIG_BSD_PROCESS_ACCT
|
||||
+#define CONFIG_SYSCTL 1
|
||||
+#undef CONFIG_XIP_ROM
|
||||
+#undef CONFIG_LINK_OVERRIDE
|
||||
+
|
||||
+/*
|
||||
+ * Parallel port support
|
||||
+ */
|
||||
+#undef CONFIG_PARPORT
|
||||
+#undef CONFIG_PM
|
||||
+
|
||||
+/*
|
||||
+ * Plug and Play configuration
|
||||
+ */
|
||||
+#undef CONFIG_PNP
|
||||
+#undef CONFIG_ISAPNP
|
||||
+
|
||||
+/*
|
||||
+ * Memory Technology Devices (MTD)
|
||||
+ */
|
||||
+#undef CONFIG_MTD
|
||||
+
|
||||
+/*
|
||||
+ * Block devices
|
||||
+ */
|
||||
+#undef CONFIG_BLK_DEV_FD
|
||||
+#undef CONFIG_BLK_DEV_XD
|
||||
+#undef CONFIG_PARIDE
|
||||
+#undef CONFIG_BLK_CPQ_DA
|
||||
+#undef CONFIG_BLK_CPQ_CISS_DA
|
||||
+#undef CONFIG_BLK_DEV_DAC960
|
||||
+#undef CONFIG_BLK_DEV_LOOP
|
||||
+#undef CONFIG_BLK_DEV_NBD
|
||||
+#define CONFIG_BLK_DEV_RAM 1
|
||||
+#define CONFIG_BLK_DEV_RAM_SIZE (4096)
|
||||
+#undef CONFIG_BLK_DEV_INITRD
|
||||
+
|
||||
+/*
|
||||
+ * Multi-device support (RAID and LVM)
|
||||
+ */
|
||||
+#undef CONFIG_MD
|
||||
+#undef CONFIG_BLK_DEV_MD
|
||||
+#undef CONFIG_MD_LINEAR
|
||||
+#undef CONFIG_MD_RAID0
|
||||
+#undef CONFIG_MD_RAID1
|
||||
+#undef CONFIG_MD_RAID5
|
||||
+#undef CONFIG_BLK_DEV_LVM
|
||||
+#undef CONFIG_LVM_PROC_FS
|
||||
+
|
||||
+/*
|
||||
+ * Networking options
|
||||
+ */
|
||||
+#undef CONFIG_PACKET
|
||||
+#undef CONFIG_NETLINK
|
||||
+#undef CONFIG_NETFILTER
|
||||
+#undef CONFIG_FILTER
|
||||
+#define CONFIG_UNIX 1
|
||||
+#define CONFIG_INET 1
|
||||
+#undef CONFIG_IP_MULTICAST
|
||||
+#undef CONFIG_IP_ADVANCED_ROUTER
|
||||
+#undef CONFIG_IP_PNP
|
||||
+#undef CONFIG_NET_IPIP
|
||||
+#undef CONFIG_NET_IPGRE
|
||||
+#undef CONFIG_INET_ECN
|
||||
+#undef CONFIG_SYN_COOKIES
|
||||
+#undef CONFIG_IPV6
|
||||
+#undef CONFIG_KHTTPD
|
||||
+#undef CONFIG_ATM
|
||||
+
|
||||
+/*
|
||||
+ *
|
||||
+ */
|
||||
+#undef CONFIG_IPX
|
||||
+#undef CONFIG_ATALK
|
||||
+#undef CONFIG_DECNET
|
||||
+#undef CONFIG_BRIDGE
|
||||
+#undef CONFIG_X25
|
||||
+#undef CONFIG_LAPB
|
||||
+#undef CONFIG_LLC
|
||||
+#undef CONFIG_ECONET
|
||||
+#undef CONFIG_WAN_ROUTER
|
||||
+#undef CONFIG_NET_FASTROUTE
|
||||
+#undef CONFIG_NET_HW_FLOWCONTROL
|
||||
+
|
||||
+/*
|
||||
+ * QoS and/or fair queueing
|
||||
+ */
|
||||
+#undef CONFIG_NET_SCHED
|
||||
+
|
||||
+/*
|
||||
+ * ATA/IDE/MFM/RLL support
|
||||
+ */
|
||||
+#define CONFIG_IDE 1
|
||||
+
|
||||
+/*
|
||||
+ * IDE, ATA and ATAPI Block devices
|
||||
+ */
|
||||
+#define CONFIG_BLK_DEV_IDE 1
|
||||
+
|
||||
+/*
|
||||
+ * Please see Documentation/ide.txt for help/info on IDE drives
|
||||
+ */
|
||||
+#undef CONFIG_BLK_DEV_HD_IDE
|
||||
+#undef CONFIG_BLK_DEV_HD
|
||||
+#define CONFIG_BLK_DEV_IDEDISK 1
|
||||
+#undef CONFIG_IDEDISK_MULTI_MODE
|
||||
+#undef CONFIG_BLK_DEV_IDEDISK_VENDOR
|
||||
+#undef CONFIG_BLK_DEV_IDEDISK_FUJITSU
|
||||
+#undef CONFIG_BLK_DEV_IDEDISK_IBM
|
||||
+#undef CONFIG_BLK_DEV_IDEDISK_MAXTOR
|
||||
+#undef CONFIG_BLK_DEV_IDEDISK_QUANTUM
|
||||
+#undef CONFIG_BLK_DEV_IDEDISK_SEAGATE
|
||||
+#undef CONFIG_BLK_DEV_IDEDISK_WD
|
||||
+#undef CONFIG_BLK_DEV_COMMERIAL
|
||||
+#undef CONFIG_BLK_DEV_TIVO
|
||||
+#undef CONFIG_BLK_DEV_IDECS
|
||||
+#undef CONFIG_BLK_DEV_IDECD
|
||||
+#undef CONFIG_BLK_DEV_IDETAPE
|
||||
+#undef CONFIG_BLK_DEV_IDEFLOPPY
|
||||
+#undef CONFIG_BLK_DEV_IDESCSI
|
||||
+
|
||||
+/*
|
||||
+ * IDE chipset support/bugfixes
|
||||
+ */
|
||||
+#undef CONFIG_BLK_DEV_CMD640
|
||||
+#undef CONFIG_BLK_DEV_CMD640_ENHANCED
|
||||
+#undef CONFIG_BLK_DEV_ISAPNP
|
||||
+#undef CONFIG_IDE_CHIPSETS
|
||||
+#undef CONFIG_IDEDMA_AUTO
|
||||
+#undef CONFIG_DMA_NONPCI
|
||||
+#undef CONFIG_BLK_DEV_IDE_MODES
|
||||
+
|
||||
+/*
|
||||
+ * Network device support
|
||||
+ */
|
||||
+#undef CONFIG_NETDEVICES
|
||||
+
|
||||
+/*
|
||||
+ * IrDA (infrared) support
|
||||
+ */
|
||||
+#undef CONFIG_IRDA
|
||||
+
|
||||
+/*
|
||||
+ * Character devices
|
||||
+ */
|
||||
+#define CONFIG_VT 1
|
||||
+#define CONFIG_VT_CONSOLE 1
|
||||
+#define CONFIG_SERIAL 1
|
||||
+#undef CONFIG_SERIAL_CONSOLE
|
||||
+#define CONFIG_TOUCH_PANEL 1
|
||||
+#define CONFIG_BUTTONS 1
|
||||
+#define CONFIG_BUTTONS_GPIO 1
|
||||
+#define CONFIG_BUTTONS_DIRECT_POWEROFF 1
|
||||
+#define CONFIG_RTC 1
|
||||
+#undef CONFIG_UNIX98_PTYS
|
||||
+
|
||||
+/*
|
||||
+ * File systems
|
||||
+ */
|
||||
+#undef CONFIG_QUOTA
|
||||
+#undef CONFIG_AUTOFS_FS
|
||||
+#undef CONFIG_AUTOFS4_FS
|
||||
+#undef CONFIG_ADFS_FS
|
||||
+#undef CONFIG_ADFS_FS_RW
|
||||
+#undef CONFIG_AFFS_FS
|
||||
+#undef CONFIG_HFS_FS
|
||||
+#undef CONFIG_BFS_FS
|
||||
+#undef CONFIG_FAT_FS
|
||||
+#undef CONFIG_MSDOS_FS
|
||||
+#undef CONFIG_UMSDOS_FS
|
||||
+#undef CONFIG_VFAT_FS
|
||||
+#undef CONFIG_EFS_FS
|
||||
+#undef CONFIG_JFFS_FS
|
||||
+#undef CONFIG_CRAMFS
|
||||
+#undef CONFIG_RAMFS
|
||||
+#undef CONFIG_ISO9660_FS
|
||||
+#undef CONFIG_JOLIET
|
||||
+#undef CONFIG_MINIX_FS
|
||||
+#undef CONFIG_NTFS_FS
|
||||
+#undef CONFIG_NTFS_RW
|
||||
+#undef CONFIG_HPFS_FS
|
||||
+#define CONFIG_PROC_FS 1
|
||||
+#undef CONFIG_DEVFS_FS
|
||||
+#undef CONFIG_DEVFS_MOUNT
|
||||
+#undef CONFIG_DEVFS_DEBUG
|
||||
+#undef CONFIG_DEVPTS_FS
|
||||
+#undef CONFIG_QNX4FS_FS
|
||||
+#undef CONFIG_QNX4FS_RW
|
||||
+#undef CONFIG_ROMFS_FS
|
||||
+#define CONFIG_EXT2_FS 1
|
||||
+#undef CONFIG_SYSV_FS
|
||||
+#undef CONFIG_SYSV_FS_WRITE
|
||||
+#undef CONFIG_UDF_FS
|
||||
+#undef CONFIG_UDF_RW
|
||||
+#undef CONFIG_UFS_FS
|
||||
+#undef CONFIG_UFS_FS_WRITE
|
||||
+
|
||||
+/*
|
||||
+ * Network File Systems
|
||||
+ */
|
||||
+#undef CONFIG_CODA_FS
|
||||
+#define CONFIG_NFS_FS 1
|
||||
+#undef CONFIG_NFS_V3
|
||||
+#undef CONFIG_ROOT_NFS
|
||||
+#undef CONFIG_NFSD
|
||||
+#undef CONFIG_NFSD_V3
|
||||
+#define CONFIG_SUNRPC 1
|
||||
+#define CONFIG_LOCKD 1
|
||||
+#undef CONFIG_SMB_FS
|
||||
+#undef CONFIG_NCP_FS
|
||||
+#undef CONFIG_NCPFS_PACKET_SIGNING
|
||||
+#undef CONFIG_NCPFS_IOCTL_LOCKING
|
||||
+#undef CONFIG_NCPFS_STRONG
|
||||
+#undef CONFIG_NCPFS_NFS_NS
|
||||
+#undef CONFIG_NCPFS_OS2_NS
|
||||
+#undef CONFIG_NCPFS_SMALLDOS
|
||||
+#undef CONFIG_NCPFS_MOUNT_SUBDIR
|
||||
+#undef CONFIG_NCPFS_NDS_DOMAINS
|
||||
+#undef CONFIG_NCPFS_NLS
|
||||
+#undef CONFIG_NCPFS_EXTRAS
|
||||
+
|
||||
+/*
|
||||
+ * Partition Types
|
||||
+ */
|
||||
+#undef CONFIG_PARTITION_ADVANCED
|
||||
+#define CONFIG_MSDOS_PARTITION 1
|
||||
+#undef CONFIG_NLS
|
||||
+
|
||||
+/*
|
||||
+ * Console drivers
|
||||
+ */
|
||||
+
|
||||
+/*
|
||||
+ * Frame-buffer support
|
||||
+ */
|
||||
+#define CONFIG_FB 1
|
||||
+#define CONFIG_DUMMY_CONSOLE 1
|
||||
+#undef CONFIG_FB_CYBER2000
|
||||
+#undef CONFIG_FB_VIRTUAL
|
||||
+#define CONFIG_FB_SIMPLE 1
|
||||
+#undef CONFIG_FB_HPCSFB
|
||||
+#undef CONFIG_FB_SED1354
|
||||
+#undef CONFIG_FB_VR4181
|
||||
+#undef CONFIG_FB_R3912
|
||||
+#undef CONFIG_FB_VRC4171
|
||||
+#undef CONFIG_FBCON_ADVANCED
|
||||
+#define CONFIG_FBCON_CFB16 1
|
||||
+#undef CONFIG_FBCON_FONTWIDTH8_ONLY
|
||||
+#undef CONFIG_FBCON_FONTS
|
||||
+#define CONFIG_FONT_8x8 1
|
||||
+#define CONFIG_FONT_8x16 1
|
||||
+#undef CONFIG_FBCON_DISABLE_LOGO
|
||||
+
|
||||
+/*
|
||||
+ * Sound
|
||||
+ */
|
||||
+#undef CONFIG_SOUND
|
||||
+
|
||||
+/*
|
||||
+ * USB support
|
||||
+ */
|
||||
+#undef CONFIG_USB
|
||||
+
|
||||
+/*
|
||||
+ * Input core support
|
||||
+ */
|
||||
+#undef CONFIG_INPUT
|
||||
+
|
||||
+/*
|
||||
+ * Kernel hacking
|
||||
+ */
|
||||
+#define CONFIG_CROSSCOMPILE 1
|
||||
+#undef CONFIG_REMOTE_DEBUG
|
||||
+#undef CONFIG_MAGIC_SYSRQ
|
||||
+#undef CONFIG_PROC_GIUINFO
|
||||
diff -ruN linux-vr/include/linux/compile.h linux-vr-built/include/linux/compile.h
|
||||
--- linux-vr/include/linux/compile.h Wed Dec 31 16:00:00 1969
|
||||
+++ linux-vr-built/include/linux/compile.h Thu Nov 23 15:34:48 2000
|
||||
@@ -0,0 +1,6 @@
|
||||
+#define UTS_VERSION "#1 Thu Nov 23 15:34:48 PST 2000"
|
||||
+#define LINUX_COMPILE_TIME "15:34:48"
|
||||
+#define LINUX_COMPILE_BY "mfklar"
|
||||
+#define LINUX_COMPILE_HOST "ppan1"
|
||||
+#define LINUX_COMPILE_DOMAIN "localdomain"
|
||||
+#define LINUX_COMPILER "gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)"
|
||||
diff -ruN linux-vr/include/linux/version.h linux-vr-built/include/linux/version.h
|
||||
--- linux-vr/include/linux/version.h Wed Dec 31 16:00:00 1969
|
||||
+++ linux-vr-built/include/linux/version.h Thu Nov 23 15:32:20 2000
|
||||
@@ -0,0 +1,3 @@
|
||||
+#define UTS_RELEASE "2.4.0-test9"
|
||||
+#define LINUX_VERSION_CODE 132096
|
||||
+#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
|
@ -739,6 +739,7 @@ mipsel-linux/include/linux/x25.h
|
||||
mipsel-linux/include/linux/yam.h
|
||||
mipsel-linux/include/linux/zftape.h
|
||||
mipsel-linux/include/linux/zorro.h
|
||||
@exec mkdir %D/mipsel-linux/include/linux/modules
|
||||
@dirrm mipsel-linux/include/asm-mips/arc
|
||||
@dirrm mipsel-linux/include/asm-mips/baget
|
||||
@dirrm mipsel-linux/include/asm-mips/dec
|
||||
@ -758,4 +759,3 @@ mipsel-linux/include/asm
|
||||
@dirrm mipsel-linux/include/linux/sunrpc
|
||||
@dirrm mipsel-linux/include/linux
|
||||
@dirrm mipsel-linux/include
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user