mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-27 00:44:51 +08:00
Fix build for non-SPARC targets
This commit is contained in:
@@ -110,13 +110,20 @@ libshell_a_SOURCES = shell/cat_file.c shell/cmds.c shell/internal.h \
|
||||
shell/main_mkrfs.c shell/main_debugrfs.c shell/main_df.c \
|
||||
shell/main_lsof.c shell/main_edit.c \
|
||||
shell/main_blkstats.c shell/main_rtrace.c \
|
||||
shell/shell-wait-for-input.c \
|
||||
shell/main_drvmgr.c shell/main_pci.c
|
||||
shell/shell-wait-for-input.c
|
||||
libshell_a_SOURCES += shell/main_cmdls.c
|
||||
libshell_a_SOURCES += shell/main_cmdchown.c
|
||||
libshell_a_SOURCES += shell/main_cmdchmod.c
|
||||
libshell_a_SOURCES += shell/main_profreport.c
|
||||
|
||||
if LIBDRVMGR
|
||||
libshell_a_SOURCES += shell/main_drvmgr.c
|
||||
endif
|
||||
|
||||
if LIBPCI
|
||||
libshell_a_SOURCES += shell/main_pci.c
|
||||
endif
|
||||
|
||||
if LIBNETWORKING
|
||||
libshell_a_SOURCES += \
|
||||
shell/main_ifconfig.c shell/main_route.c shell/main_netstats.c \
|
||||
|
||||
@@ -64,8 +64,14 @@ endif
|
||||
|
||||
TMP_LIBS += ../libmisc/libuuid.a
|
||||
TMP_LIBS += ../libi2c/libi2c.a
|
||||
|
||||
if LIBPCI
|
||||
TMP_LIBS += ../libpci/libpci.a
|
||||
endif
|
||||
|
||||
if LIBDRVMGR
|
||||
TMP_LIBS += ../libdrvmgr/libdrvmgr.a
|
||||
endif
|
||||
|
||||
if LIBNETWORKING
|
||||
TMP_LIBS += ../libnetworking/libnetworking.a
|
||||
|
||||
Reference in New Issue
Block a user