Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Pull kbuild updates from Michal Marek: - Make <modname>-m in makefiles work like <modname>-y and fix the fallout - Minor genksyms fix - Fix race with make -j install modules_install - Move -Wsign-compare from make W=1 to W=2 - Other minor fixes * 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild: kbuild: Demote 'sign-compare' warning to W=2 Makefile: revert "Makefile: Document ability to make file.lst and file.S" partially kbuild: Do not run modules_install and install in paralel genksyms: Handle string literals with spaces in reference files fixdep: constify strrcmp arguments ath10k: Fix build with CONFIG_THERMAL=m Revert "drm: Hack around CONFIG_AGP=m build failures" kbuild: Allow to specify composite modules with modname-m staging/ad7606: Actually build the interface modules
No related branches found
No related tags found
Showing
- Makefile 7 additions, 1 deletionMakefile
- drivers/gpu/drm/Makefile 0 additions, 2 deletionsdrivers/gpu/drm/Makefile
- drivers/misc/ibmasm/ibmasm.h 1 addition, 1 deletiondrivers/misc/ibmasm/ibmasm.h
- drivers/net/wireless/ath/ath10k/thermal.h 1 addition, 1 deletiondrivers/net/wireless/ath/ath10k/thermal.h
- drivers/staging/iio/adc/Kconfig 2 additions, 2 deletionsdrivers/staging/iio/adc/Kconfig
- drivers/staging/iio/adc/Makefile 3 additions, 4 deletionsdrivers/staging/iio/adc/Makefile
- drivers/staging/iio/adc/ad7606_core.c 4 additions, 0 deletionsdrivers/staging/iio/adc/ad7606_core.c
- drivers/usb/chipidea/otg_fsm.h 1 addition, 1 deletiondrivers/usb/chipidea/otg_fsm.h
- fs/logfs/logfs.h 1 addition, 1 deletionfs/logfs/logfs.h
- scripts/Makefile.build 6 additions, 2 deletionsscripts/Makefile.build
- scripts/Makefile.extrawarn 2 additions, 0 deletionsscripts/Makefile.extrawarn
- scripts/Makefile.lib 2 additions, 2 deletionsscripts/Makefile.lib
- scripts/basic/fixdep.c 1 addition, 1 deletionscripts/basic/fixdep.c
- scripts/genksyms/genksyms.c 4 additions, 2 deletionsscripts/genksyms/genksyms.c
Loading
Please register or sign in to comment