Skip to content

Commit

Permalink
ARM: s5p4418: Add new board `nanopi2' (<-- drone)
Browse files Browse the repository at this point in the history
  • Loading branch information
911gt3 committed Nov 16, 2015
1 parent 3f7131a commit 7dcb109
Show file tree
Hide file tree
Showing 14 changed files with 5,900 additions and 26 deletions.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -192,7 +192,8 @@ SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
# Default value for CROSS_COMPILE is not to prefix executables
# Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile
export KBUILD_BUILDHOST := $(SUBARCH)
ARCH ?= $(SUBARCH)
#ARCH ?= $(SUBARCH)
ARCH ?= arm
CROSS_COMPILE ?= $(CONFIG_CROSS_COMPILE:"%"=%)

# Architecture as present in compile.h
Expand Down

0 comments on commit 7dcb109

Please sign in to comment.