aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/Makefile
AgeCommit message (Expand)Author
2022-01-08kbuild: do not quote string values in include/config/auto.confMasahiro Yamada
2021-10-24kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada
2021-09-03arc: replace cc-option-yn uses with cc-optionNick Desaulniers
2021-05-26kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada
2021-05-10arc: Fix typos/spellosBhaskar Chowdhury
2021-01-22arch: arc: Remove CONFIG_OPROFILE supportViresh Kumar
2020-12-01ARC: build: move symlink creation to arch/arc/Makefile to avoid raceMasahiro Yamada
2020-12-01ARC: build: add boot_targets to PHONYMasahiro Yamada
2020-12-01ARC: build: add uImage.lzma to the top-level targetMasahiro Yamada
2020-12-01ARC: build: remove non-existing bootpImage from KBUILD_IMAGEMasahiro Yamada
2020-10-05ARC: [plat-eznps]: Drop support for EZChip NPS platformVineet Gupta
2020-06-16ARC: build: remove deprecated toggle for arc700 buildsVineet Gupta
2020-06-16ARC: build: allow users to specify -mcpuEugeniy Paltsev
2019-10-28ARC: merge HAPS-HS with nSIM-HS configsEugeniy Paltsev
2019-09-04kbuild,arc: add CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3 for ARCMasahiro Yamada
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-07-11kbuild: remove src and obj from the top MakefileMasahiro Yamada
2019-06-29Merge tag 'arc-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-11ARC: build: Try to guess CROSS_COMPILE with cc-cross-prefixAlexey Brodkin
2019-02-25ARCv2: Add explcit unaligned access support (and ability to disable too)Eugeniy Paltsev
2018-11-30ARC: change defconfig defaults to ARCv2Kevin Hilman
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-02kbuild: consolidate Devicetree dtb build rulesRob Herring
2018-09-18ARC: build: Don't set CROSS_COMPILE in arch's MakefileAlexey Brodkin
2018-09-13ARC: build: Get rid of toolchain checkAlexey Brodkin
2018-09-10ARCv2: build: use mcpu=hs38 iso generic mcpu=archsVineet Gupta
2018-08-30arc: remove redundant GCC version checksMasahiro Yamada
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada
2018-06-13ARC: Explicitly add -mmedium-calls to CFLAGSAlexey Brodkin
2017-10-03arc: remove redundant UTS_MACHINE define in arch/arc/MakefileMasahiro Yamada
2017-09-01ARC: [plat-hsdk] initial port for HSDK boardAlexey Brodkin
2017-08-04ARC: [plat-sim] Include this platform unconditionallyVineet Gupta
2017-03-20arc: Use full path in KBUILD_IMAGE definitionMichal Marek
2016-11-11Merge tag 'arc-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds
2016-11-11Kbuild: enable -Wmaybe-uninitialized warning for "make W=1"Arnd Bergmann
2016-11-08Revert "ARC: build: retire old toggles"Vineet Gupta
2016-10-28ARC: build: retire old togglesVineet Gupta
2016-09-30ARC: dw2 unwind: add infrastructure for adding cfi pseudo ops to asmVineet Gupta
2016-09-30ARC: dw2 unwind: don't force dwarf 2Vineet Gupta
2016-09-30ARC: dw2 unwind: switch to .eh_frame based unwindingVineet Gupta
2016-07-27Disable "maybe-uninitialized" warning globallyLinus Torvalds
2016-06-28ARC: unwind: ensure that .debug_frame is generated (vs. .eh_frame)Vineet Gupta
2016-05-30Fix typosAndrea Gelmini
2016-05-09ARC: Add eznps platform to Kconfig and MakefileNoam Camus
2016-03-18ARC: build: Turn off -Wmaybe-uninitialized for ARC gcc 4.8Vineet Gupta
2016-03-12ARC: build: Better way to detect ISA compatible toolchainVineet Gupta
2016-03-11ARC: [BE] Select correct CROSS_COMPILE prefixVineet Gupta
2016-02-18ARC: Assume multiplier is always presentVineet Gupta
2015-12-21ARC: Fix linking errors with CONFIG_MODULE + CONFIG_CC_OPTIMIZE_FOR_SIZEVineet Gupta