summaryrefslogtreecommitdiff
path: root/arch/m68k/Makefile
AgeCommit message (Expand)Author
2024-02-15kbuild: use 4-space indentation when followed by conditionalsMasahiro Yamada
2024-01-31kbuild: Replace tabs with spaces when followed by conditionalsDmitry Goncharov
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada
2022-05-11kbuild: factor out the common installation code into scripts/install.shMasahiro Yamada
2021-10-24kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-05-26kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada
2021-05-10m68k: Drop -fno-strength-reduce from KBUILD_CFLAGSFinn Thain
2021-05-06arch: use cross_compiling to check whether it is a cross build or notMasahiro Yamada
2020-09-25kbuild: preprocess module linker scriptMasahiro Yamada
2020-07-13m68k: Use CLEAN_FILES to clean up filesMasahiro Yamada
2020-07-13m68k: Pass -D options to KBUILD_CPPFLAGS instead of KBUILD_{A,C}FLAGSMasahiro Yamada
2020-07-13m68k: Optimize cc-option calls for cpuflags-yMasahiro Yamada
2020-07-13m68k: Add arch/m68k/KbuildMasahiro Yamada
2020-06-11kbuild: fix broken builds because of GZIP,BZIP2,LZOP variablesDenis Efremov
2020-06-06kbuild: add variables for compression toolsDenis Efremov
2019-08-21kbuild: rebuild modules when module linker scripts are updatedMasahiro Yamada
2019-01-21m68k: Add -ffreestanding to CFLAGSFinn Thain
2018-12-04m68k: Generate uapi header and syscall table header filesFiroz Khan
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada
2016-03-07m68knommu: remove obsolete 68360 supportGreg Ungerer
2014-09-29m68k: move non-mmu 68360 platform codeGreg Ungerer
2014-09-29m68k: move non-mmu 68000 platform codeGreg Ungerer
2014-09-29m68k: move coldfire platform codeGreg Ungerer
2013-04-29m68knommu: add support for the ColdFire 537x family of CPUsGreg Ungerer
2012-12-05m68knommu: platform code merge for 68000 core cpusLuis Alves
2012-07-16m68knommu: Add support for the Coldfire m5441x.Steven King
2012-07-16m68knommu: Add support for the Coldfire 5251/5253Steven King
2012-05-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds
2012-05-20m68knommu: move the 54xx platform code into the common ColdFire code directoryGreg Ungerer
2012-05-20m68knommu: move the 532x platform code into the common ColdFire code directoryGreg Ungerer
2012-05-20m68knommu: move the 5407 platform code into the common ColdFire code directoryGreg Ungerer
2012-05-20m68knommu: move the 5307 platform code into the common ColdFire code directoryGreg Ungerer
2012-05-20m68knommu: move the 528x platform code into the common ColdFire code directoryGreg Ungerer
2012-05-20m68knommu: move the 527x platform code into the common ColdFire code directoryGreg Ungerer
2012-05-20m68knommu: move the 5272 platform code into the common ColdFire code directoryGreg Ungerer
2012-05-20m68knommu: move the 5249 platform code into the common ColdFire code directoryGreg Ungerer
2012-05-20m68knommu: move the 523x platform code into the common ColdFire code directoryGreg Ungerer
2012-05-20m68knommu: move the 520x platform code into the common ColdFire code directoryGreg Ungerer
2012-05-20m68knommu: move the 5206 platform code into the common ColdFire code directoryGreg Ungerer
2012-05-16m68k: Setup CROSS_COMPILE at the topGeert Uytterhoeven
2011-10-18m68k: merge mmu and non-mmu arch MakefilesGreg Ungerer
2011-03-25m68k: merge m68k and m68knommu arch directoriesGreg Ungerer
2011-03-16m68k/atari: Initial ARAnyM supportPetr Stehlik
2010-08-03kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command lineSam Ravnborg
2009-03-26m68k: Add install targetLaurent Vivier
2008-07-20m68k: make multi_defconfig the default defconfigAdrian Bunk
2008-04-04m68k: use KBUILD_DEFCONFIGAdrian Bunk
2008-02-05m68k: Use cc-cross-prefixGeert Uytterhoeven
2007-10-14kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg