Changes in boot/Makefile.common [d362410:10a530cc] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
rd362410 r10a530cc 114 114 rootvirt \ 115 115 test1 \ 116 test2 \ 117 test3 116 test2 118 117 119 118 RD_DRV_CFG = … … 157 156 $(USPACE_PATH)/app/websrv/websrv 158 157 158 ifeq ($(CONFIG_BINUTILS),y) 159 RD_APPS_NON_ESSENTIAL += \ 160 $(USPACE_PATH)/app/binutils/as \ 161 $(USPACE_PATH)/app/binutils/ld 162 endif 163 159 164 ifneq ($(CONFIG_BAREBONE),y) 160 165 NET_CFG = \
Note:
See TracChangeset
for help on using the changeset viewer.