summaryrefslogtreecommitdiffstats
path: root/api/Makefile
diff options
context:
space:
mode:
authorStanislav Galabov <sgalabov@gmail.com>2016-02-04 12:13:44 +0200
committerTom Rini <trini@konsulko.com>2016-02-08 10:22:38 -0500
commit7c60423106bebafedbdd9879d84d105b3fb03930 (patch)
tree27256ceb56018f69c1c91807eb54a7978ce3a2e8 /api/Makefile
parente4c1b4d8c1a8d92454f624ffd509057d9bd6ef36 (diff)
downloadblackbird-obmc-uboot-7c60423106bebafedbdd9879d84d105b3fb03930.tar.gz
blackbird-obmc-uboot-7c60423106bebafedbdd9879d84d105b3fb03930.zip
api: Add FreeBSD API support for MIPS platforms
This patch adds U-Boot API support (used by FreeBSD loader) for MIPS platforms. Signed-off-by: Stanislav Galabov <sgalabov@gmail.com>
Diffstat (limited to 'api/Makefile')
-rw-r--r--api/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/Makefile b/api/Makefile
index 3c095eedb6..14b7608596 100644
--- a/api/Makefile
+++ b/api/Makefile
@@ -7,3 +7,4 @@
obj-y += api.o api_display.o api_net.o api_storage.o
obj-$(CONFIG_ARM) += api_platform-arm.o
obj-$(CONFIG_PPC) += api_platform-powerpc.o
+obj-$(CONFIG_MIPS) += api_platform-mips.o
OpenPOWER on IntegriCloud