summaryrefslogtreecommitdiff
path: root/scripts/Makefile.lib
AgeCommit message (Expand)AuthorFilesLines
2013-05-05Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+0
2013-04-05kbuild: always run gcc -E on *.dts, remove cmd_dtc_cppStephen Warren1-9/+5
2013-04-05kbuild: cmd_dtc_cpp: extract deps from both gcc -E and dtcStephen Warren1-2/+3
2013-04-05kbuild: create an "include chroot" for DT bindingsStephen Warren1-1/+1
2013-03-15CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell1-7/+0
2013-02-13kbuild: limit dtc+cpp include pathStephen Warren1-2/+6
2013-02-08kbuild: create a rule to run the pre-processor on *.dts filesStephen Warren1-0/+10
2012-11-30kbuild: centralize .dts->.dtb ruleStephen Warren1-0/+3
2012-03-26Kbuild: centralize MKIMAGE and cmd_uimage definitionsStephen Warren1-0/+24
2012-01-15Kbuild: Use dtc's -d (dependency) optionStephen Warren1-1/+1
2012-01-08kbuild: Fix comment in Makefile.libMichal Marek1-3/+3
2011-08-31kbuild: prevent make from deleting _shipped filesPeter Foley1-0/+4
2011-06-09kbuild: simplify the %_shipped ruleArnaud Lacombe1-1/+1
2011-06-09kbuild: add implicit rules for parser generationArnaud Lacombe1-0/+38
2011-04-18kbuild: Call gzip with -nMichal Marek1-1/+1
2011-01-13decompressors: add XZ decompressor moduleLasse Collin1-0/+28
2010-12-23of: Add support for linking device tree blobs into vmlinuxDirk Brandewie1-0/+23
2010-10-28Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-1/+3
2010-10-28initramfs: Fix build break on symbol-prefixed archsMike Frysinger1-1/+3
2010-09-22jump label: Convert dynamic debug to use jump labelsJason Baron1-10/+1
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds1-1/+1
2010-04-06x86: Add optimized popcnt variantsBorislav Petkov1-0/+4
2010-03-11scripts/Makefile.lib: Align the output of LZOWu Zhangjin1-1/+1
2010-01-13kbuild: really fix bzImage build with non-bash shJonathan Nieder1-2/+7
2010-01-11lib: add support for LZO-compressed kernelsAlbin Tonnerre1-0/+5
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds1-1/+1
2009-12-15module: make MODULE_SYMBOL_PREFIX into a CONFIG optionAlan Jenkins1-0/+5
2009-12-12kbuild: fix bzImage build for x86Michael Tokarev1-1/+1
2009-10-11kbuild: Fix size_append issue for bzip2/lzma kernelAlek Du1-1/+1
2009-06-18gcov: add gcov profiling infrastructurePeter Oberparleiter1-0/+11
2009-06-10Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-7/+21
2009-05-08kbuild: allow compressors (gzip, bzip2, lzma) to take multiple inputsH. Peter Anvin1-7/+21
2009-04-19kbuild: introduce subdir-ccflags-ySam Ravnborg1-2/+7
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-0/+14
2009-03-24dynamic debug: combine dprintk and dynamic printkJason Baron1-1/+1
2009-01-04bzip2/lzma: handle failures from bzip2 and lzma correctlyH. Peter Anvin1-2/+2
2009-01-04bzip2/lzma: library support for gzip, bzip2 and lzma decompressionAlain Knaff1-0/+14
2008-12-03kbuild: expand -I in KBUILD_CPPFLAGSSam Ravnborg1-6/+9
2008-10-16driver core: basic infrastructure for per-module dynamic debug messagesJason Baron1-1/+10
2008-05-23kbuild: create new CFLAGS_REMOVE_(basename).o optionSteven Rostedt1-1/+2
2008-01-28kbuild: implement modules.orderTejun Heo1-0/+6
2007-10-15kbuild: introduce ccflags-y, asflags-y and ldflags-ySam Ravnborg1-5/+11
2007-10-15kbuild: enable 'make CPPFLAGS=...' to add additional options to CPPSam Ravnborg1-3/+3
2007-10-15kbuild: enable 'make AFLAGS=...' to add additional options to ASSam Ravnborg1-1/+1
2007-10-14kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg1-1/+1
2007-10-12kbuild: kill backward compatibility checksSam Ravnborg1-3/+1
2007-10-12kbuild: fix directory traversal bugSam Ravnborg1-3/+3
2006-07-01kbuild: fix ia64 breakage after introducing make -rRSam Ravnborg1-3/+3
2006-06-26Revert "kbuild: fix make -rR breakage"Linus Torvalds1-3/+3
2006-06-24kbuild: fix make -rR breakageSam Ravnborg1-3/+3