diff options
author | Raghu Gandham <raghu@mips.com> | 2012-07-25 19:57:22 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2012-08-10 09:15:38 -0700 |
commit | 8da4310646da498255173b475915aa066de4200a (patch) | |
tree | 3dbc12358b1ca21fcb5cd7fd1f9e28ccdc5bd97f /target/board/generic | |
parent | 6e6d92c47acbb976ce47ae4d90406fa56ea68a3a (diff) | |
download | build-8da4310646da498255173b475915aa066de4200a.zip build-8da4310646da498255173b475915aa066de4200a.tar.gz build-8da4310646da498255173b475915aa066de4200a.tar.bz2 |
MIPS support to *.mk files and envsetup.sh
Change-Id: Iba4d046e3202524b29cfe32980927f8cc0aa8496
Signed-off-by: Chris Dearman <chris@mips.com>
Signed-off-by: Raghu Gandham <raghu@mips.com>
Diffstat (limited to 'target/board/generic')
-rw-r--r-- | target/board/generic/BoardConfig.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/board/generic/BoardConfig.mk b/target/board/generic/BoardConfig.mk index cee09ce..233b136 100644 --- a/target/board/generic/BoardConfig.mk +++ b/target/board/generic/BoardConfig.mk @@ -6,6 +6,7 @@ # The generic product target doesn't have any hardware-specific pieces. TARGET_NO_BOOTLOADER := true TARGET_NO_KERNEL := true +TARGET_ARCH := arm # Note: we build the platform images for ARMv7-A _without_ NEON. # |