Commit Graph

11 Commits

Author SHA1 Message Date
Ben Hutchings 592377f237 linux-kbuild: Change the type headers used for devicetable-offsets.c (Closes: #754213)
Avoid depending on UAPI headers or <linux/types.h>.  This really
closes: #754213.  It also fixes modpost handling of input device IDs
when host and target have differing word size.

svn path=/dists/sid/linux-tools/; revision=21798
2014-09-09 12:23:39 +00:00
Ben Hutchings 43ef82bb5b linux-kbuild: Fix no-modules case in modpost wrapper (Closes: #719129)
svn path=/dists/sid/linux-tools/; revision=20470
2013-08-08 19:48:34 +00:00
Ben Hutchings 6aaae070ee linux-kbuild: Fix use of getline() in modpost wrapper (Closes: #717195)
svn path=/dists/sid/linux-tools/; revision=20360
2013-07-18 03:08:21 +00:00
Ben Hutchings 9ac5adbd7d linux-kbuild: Update modpost wrapper for 3.10
Implement the -T option

svn path=/dists/sid/linux-tools/; revision=20358
2013-07-16 06:50:09 +00:00
Ben Hutchings 5a4c25ceca Add new intermediate files/directories to clean rules
svn path=/dists/sid/linux-tools/; revision=20191
2013-06-03 12:45:05 +00:00
Ben Hutchings f0a25889c3 Drop now-unused definition of WORD_SIZE in modpost makefile
svn path=/dists/sid/linux-tools/; revision=20190
2013-06-03 12:40:22 +00:00
Ben Hutchings 97ff3c4a28 Fix alignment of kernel_ulong_t in modpost when cross-building from i386
Whenever kernel_ulong_t is 64-bit, it is also 64-bit aligned.  (This
is not true for u64, but that is not used directly in device ID
tables.)  So define kernel_ulong_t as either __u32 or
__u64 __attribute__((aligned(8))) accordingly.

svn path=/dists/sid/linux-tools/; revision=20189
2013-06-03 12:39:43 +00:00
Ben Hutchings d686671722 Merge linux-tools from trunk to sid
svn path=/dists/sid/linux-tools/; revision=20188
2013-06-03 12:26:08 +00:00
Bastian Blank 44e90b24ae debian/build
- Always define top_srcdir and VPATH.
- Fix build of genksyms and kconfig.

svn path=/dists/trunk/linux-tools/; revision=18086
2011-09-13 15:01:01 +00:00
Bastian Blank a78250e1bc Move imported code to root directory.
svn path=/dists/trunk/linux-tools/; revision=17874
2011-07-31 11:18:48 +00:00
Bastian Blank 4ba4479b0d * debian/build: Move build infrastructure.
* debian/rules: Clean build dir
* debian/rules.real: Use build dir directly.

svn path=/dists/trunk/linux-tools/; revision=17872
2011-07-31 11:02:37 +00:00