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