summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/lib/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-04-21 18:39:35 +0900
committerSimon Glass <sjg@chromium.org>2014-05-09 14:51:14 -0600
commit258060905e04fe2eb509756ef3b37e23e220a2d6 (patch)
treeba5a45f9407ace118a4640d8b823dca946ffbfd7 /arch/sandbox/lib/Makefile
parent102061bd8b0b174e1cf811dfd35641d8a9e4eba3 (diff)
downloadtalos-obmc-uboot-258060905e04fe2eb509756ef3b37e23e220a2d6.tar.gz
talos-obmc-uboot-258060905e04fe2eb509756ef3b37e23e220a2d6.zip
sandbox: move source files from board/ to arch/sandbox/
Prior to commit 33a02da0, all boards must have board/${BOARD}/ or board/${VENDOR}/${BOARD}/ directory. Now this rule is obsolete. It looks weird that sandbox defines "vendor" and "board" just for meeting the old U-Boot directory structure. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/sandbox/lib/Makefile')
-rw-r--r--arch/sandbox/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/lib/Makefile b/arch/sandbox/lib/Makefile
index 4c1a38d6bc..6480ebfca6 100644
--- a/arch/sandbox/lib/Makefile
+++ b/arch/sandbox/lib/Makefile
@@ -8,4 +8,4 @@
#
-obj-y += interrupts.o
+obj-y += interrupts.o sandbox.o
OpenPOWER on IntegriCloud