Skip to content

Commit

Permalink
log: TESTING: force CONFIG_LOG_BUFFER for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Hudson <sean_hudson@mentor.com>
  • Loading branch information
Sean Hudson committed Nov 18, 2015
1 parent f688148 commit 79a4cfc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -357,6 +357,9 @@ KBUILD_CFLAGS := -Wall -Wstrict-prototypes \
-fno-builtin -ffreestanding
KBUILD_AFLAGS := -D__ASSEMBLY__

KBUILD_CFLAGS += -DCONFIG_LOGBUFFER -DCONFIG_LOGBUFFER_EARLY \
-DCONFIG_LOGBUFFER_CONSOLE

# Read UBOOTRELEASE from include/config/uboot.release (if it exists)
UBOOTRELEASE = $(shell cat include/config/uboot.release 2> /dev/null)
UBOOTVERSION = $(VERSION)$(if $(PATCHLEVEL),.$(PATCHLEVEL)$(if $(SUBLEVEL),.$(SUBLEVEL)))$(EXTRAVERSION)
Expand Down

0 comments on commit 79a4cfc

Please sign in to comment.