Changes in boot/Makefile.common [5203e256:e76e833] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
r5203e256 re76e833 121 121 122 122 RD_LIBS = 123 124 ifeq ($(CONFIG_DEVEL_FILES), y) 125 RD_LIBS += \ 126 $(USPACE_PATH)/lib/c/libc.a \ 127 $(USPACE_PATH)/lib/softint/libsoftint.a \ 128 $(USPACE_PATH)/lib/softfloat/libsoftfloat.a 129 endif 123 130 124 131 ifeq ($(CONFIG_BUILD_SHARED_LIBS), y) … … 166 173 $(USPACE_PATH)/app/websrv/websrv 167 174 175 ifeq ($(CONFIG_PCC),y) 176 RD_APPS_NON_ESSENTIAL += \ 177 $(USPACE_PATH)/app/cc/cc \ 178 $(USPACE_PATH)/app/ccom/ccom \ 179 $(USPACE_PATH)/app/ccom/mkext/cc_mkext \ 180 $(USPACE_PATH)/app/cpp/cpp 181 endif 182 183 ifeq ($(CONFIG_BINUTILS),y) 184 RD_APPS_NON_ESSENTIAL += \ 185 $(USPACE_PATH)/app/binutils/bin/as \ 186 $(USPACE_PATH)/app/binutils/bin/ld 187 endif 188 168 189 ifneq ($(CONFIG_BAREBONE),y) 169 190 NET_CFG = \
Note:
See TracChangeset
for help on using the changeset viewer.