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