Skip to content

Commit

Permalink
Makefile: Arch-specific exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ananjaser1211 committed Sep 5, 2019
1 parent 8ea3940 commit e42e832
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,8 @@ ifeq ($(config-targets),1)
# Read arch specific Makefile to set KBUILD_DEFCONFIG as needed.
# KBUILD_DEFCONFIG may point out an alternative default configuration
# used for 'make defconfig'
KBUILD_CFLAGS += -mcpu=cortex-a57.cortex-a53+crc+crypto

include $(srctree)/arch/$(SRCARCH)/Makefile
export KBUILD_DEFCONFIG KBUILD_KCONFIG

Expand Down

0 comments on commit e42e832

Please sign in to comment.