Changeset 81ee1009 in mainline


Ignore:
Timestamp:
2017-11-26T11:03:27Z (6 years ago)
Author:
Petr Mánek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4ef3627f
Parents:
d42ba37
Message:

tmon: add and register app stub

Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    rd42ba37 r81ee1009  
    114114uspace/app/testwrit/testwrit
    115115uspace/app/tetris/tetris
     116uspace/app/tmon/tmon
    116117uspace/app/top/top
    117118uspace/app/trace/trace
     
    186187uspace/dist/app/testwrit
    187188uspace/dist/app/tetris
     189uspace/dist/app/tmon
    188190uspace/dist/app/top
    189191uspace/dist/app/trace
  • boot/Makefile.common

    rd42ba37 r81ee1009  
    128128        root/root \
    129129        root/virt \
    130         fb/kfb 
     130        fb/kfb
    131131
    132132RD_DRVS_NON_ESSENTIAL = \
     
    204204        $(USPACE_PATH)/app/testwrit/testwrit \
    205205        $(USPACE_PATH)/app/tetris/tetris \
     206        $(USPACE_PATH)/app/tmon/tmon \
    206207        $(USPACE_PATH)/app/trace/trace \
    207208        $(USPACE_PATH)/app/netecho/netecho \
  • uspace/Makefile

    rd42ba37 r81ee1009  
    7474        app/testwrit \
    7575        app/tetris \
     76        app/tmon \
    7677        app/trace \
    7778        app/top \
     
    280281
    281282-include $(DEPS)
    282 
Note: See TracChangeset for help on using the changeset viewer.