diff options
Diffstat (limited to 'board-js2x')
-rw-r--r-- | board-js2x/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board-js2x/Makefile b/board-js2x/Makefile index f24a504..db63b91 100644 --- a/board-js2x/Makefile +++ b/board-js2x/Makefile @@ -13,7 +13,8 @@ BOARD_TARGETS = tools_build romfs_build clients_build stage1 subdirs SUBDIRS = slof rtas -COMMON_LIBS = libc libipmi libbootmsg libbases libnvram libelf libusb libbcm +COMMON_LIBS = libc libipmi libbootmsg libbases libnvram libelf libusb \ + libbcm libnet all: $(BOARD_TARGETS) $(MAKE) boot_rom.bin |