aboutsummaryrefslogtreecommitdiff
path: root/board-js2x/slof/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board-js2x/slof/Makefile')
-rw-r--r--board-js2x/slof/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/board-js2x/slof/Makefile b/board-js2x/slof/Makefile
index 09695a7..cf6d965 100644
--- a/board-js2x/slof/Makefile
+++ b/board-js2x/slof/Makefile
@@ -28,7 +28,8 @@ BOARD_SLOF_IN = \
$(LIBCMNDIR)/libbootmsg/bootmsg.in \
$(LIBCMNDIR)/libelf/libelf.in \
$(LIBCMNDIR)/libbases/libbases.in \
- $(LIBCMNDIR)/libnvram/libnvram.in
+ $(LIBCMNDIR)/libnvram/libnvram.in \
+ $(LIBCMNDIR)/libnativeio/nativeio.in
BOARD_SLOF_CODE = $(BOARD_SLOF_IN:%.in=%.code)
include $(SLOFCMNDIR)/Makefile.inc