Changeset d5a89a3 in mainline for boot/Makefile.common
- Timestamp:
- 2019-02-11T22:31:04Z (6 years ago)
- Children:
- aaf9789c
- Parents:
- e3272101 (diff), 4805495 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
re3272101 rd5a89a3 94 94 devman \ 95 95 fs/locfs \ 96 hid/compositor \97 96 klog 97 98 ifeq ($(CONFIG_FB), y) 99 RD_SRVS_ESSENTIAL += \ 100 hid/compositor 101 endif 98 102 99 103 RD_SRVS_NON_ESSENTIAL = \ … … 141 145 nic/ar9271 \ 142 146 nic/virtio-net \ 143 block/ahci 147 block/ahci \ 148 block/virtio-blk 144 149 145 150 RD_DRV_CFG = … … 162 167 endif 163 168 164 RD_APPS_ESSENTIAL = bdsh getterm kio vlaunch vterm 169 RD_APPS_ESSENTIAL = \ 170 bdsh \ 171 getterm \ 172 kio 173 174 ifeq ($(CONFIG_FB), y) 175 RD_APPS_ESSENTIAL += \ 176 vlaunch \ 177 vterm 178 endif 165 179 166 180 RD_APPS_NON_ESSENTIAL = \ … … 168 182 bithenge \ 169 183 blkdump \ 170 bnchmark \171 184 contacts \ 172 185 corecfg \ … … 179 192 fdisk \ 180 193 gunzip \ 194 hbench \ 181 195 inet \ 182 196 kill \ … … 192 206 mkmfs \ 193 207 nic \ 194 perf \195 208 sbi \ 196 209 sportdmp \
Note:
See TracChangeset
for help on using the changeset viewer.