Changeset e76e833 in mainline for uspace/Makefile
- Timestamp:
- 2011-07-24T17:42:12Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 10f4b47c
- Parents:
- a8010272
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
ra8010272 re76e833 37 37 app/blkdump \ 38 38 app/bnchmark \ 39 app/cc \40 app/ccom \41 app/ccom/mkext \42 app/cpp \43 39 app/edit \ 44 40 app/ext2info \ … … 115 111 drv/bus/usb/vhc 116 112 113 ifeq ($(CONFIG_PCC),y) 114 DIRS += \ 115 app/cc \ 116 app/ccom \ 117 app/ccom/mkext \ 118 app/cpp 119 endif 120 117 121 ifeq ($(CONFIG_BINUTILS),y) 118 122 DIRS += \
Note:
See TracChangeset
for help on using the changeset viewer.