Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.

Commit

Permalink
rename defconfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
palmer-dabbelt committed May 23, 2017
1 parent 379eb54 commit b116539
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/riscv/Makefile
Expand Up @@ -15,9 +15,9 @@ KBUILD_AFLAGS_MODULE += -fPIC
KBUILD_CFLAGS_MODULE += -fPIC

ifeq ($(ARCH),riscv)
KBUILD_DEFCONFIG = riscv64_spike
KBUILD_DEFCONFIG = spike64_defconfig
else
KBUILD_DEFCONFIG = $(ARCH)_spike
KBUILD_DEFCONFIG = spike$(ARCH)_defconfig
endif

export BITS
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b116539

Please sign in to comment.