Skip to content

Commit

Permalink
Makefile: Set KCONFIG_ALLCONFIG by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasdn committed Feb 20, 2022
1 parent da2dbb7 commit ef06e40
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ MEM_SIZE_FLASH_K = 1008
MEM_SIZE_RAM_K = 128
MEM_SIZE_CCM_K = 64


#
# Make sure Kbuild use our config that hinders some configs from being enabled
# on allyesconfig or randconfig.
#
export KCONFIG_ALLCONFIG ?= configs/all.config

KBUILD_OUTPUT ?= build

-include $(KBUILD_OUTPUT)/include/config/auto.conf
Expand Down

0 comments on commit ef06e40

Please sign in to comment.