Skip to content

Commit

Permalink
CRIS: proper defconfig setup
Browse files Browse the repository at this point in the history
This patch moves the cris defconfigs to arch/cris/configs/ where they
belong.

As a side effect they can now be used directly through e.g.
  make ARCH=cris artpec_3_defconfig

The default defconfig is set through KBUILD_DEFCONFIG.

Signed-off-by: Adrian Bunk <adrian.bunk@movial.fi>
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
  • Loading branch information
Adrian Bunk authored and Jesper Nilsson committed Oct 13, 2008
1 parent 4045715 commit 8f80841
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/cris/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
# License. See the file "COPYING" in the main directory of this archive
# for more details.

KBUILD_DEFCONFIG := etrax-100lx_v2_defconfig

arch-y := v10
arch-$(CONFIG_ETRAX_ARCH_V10) := v10
arch-$(CONFIG_ETRAX_ARCH_V32) := v32
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8f80841

Please sign in to comment.