Changes in uspace/Makefile [6353d0fd:fef725d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r6353d0fd rfef725d 153 153 drv/nic/ne2k \ 154 154 drv/nic/e1k \ 155 drv/nic/rtl8139 155 drv/nic/rtl8139 \ 156 drv/nic/rtl8169 157 158 ifeq ($(CONFIG_PCC),y) 159 DIRS += \ 160 app/cc \ 161 app/ccom \ 162 app/ccom/mkext \ 163 app/cpp 164 endif 165 166 ifeq ($(CONFIG_BINUTILS),y) 167 DIRS += \ 168 app/binutils 169 endif 170 171 ifeq ($(CONFIG_MSIM),y) 172 DIRS += \ 173 app/msim 174 endif 156 175 157 176 ## Platform-specific hardware support
Note:
See TracChangeset
for help on using the changeset viewer.