Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/hbench/meson.build

    rbdd9e92 rc21d4d6  
    11#
    2 # Copyright (c) 2024 Jiri Svoboda
     2# Copyright (c) 2018 Jiri Svoboda
    33# All rights reserved.
    44#
     
    2727#
    2828
    29 deps = [ 'block', 'math', 'ipctest' ]
     29deps = [ 'math' ]
    3030src = files(
    3131        'benchlist.c',
     
    3434        'main.c',
    3535        'utils.c',
    36         'disk/randread.c',
    37         'disk/seqread.c',
    3836        'fs/dirread.c',
    3937        'fs/fileread.c',
    4038        'ipc/ns_ping.c',
    4139        'ipc/ping_pong.c',
    42         'ipc/read1k.c',
    43         'ipc/write1k.c',
    4440        'malloc/malloc1.c',
    4541        'malloc/malloc2.c',
    4642        'synch/fibril_mutex.c',
    47         'syscall/taskgetid.c'
    4843)
Note: See TracChangeset for help on using the changeset viewer.