Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • meson/arch/sparc64/meson.build

    r4d58bac rc21d4d6  
    11#
    2 # Copyright (c) 2023 Jiri Svoboda
    32# Copyright (c) 2019 Jiří Zárevúcky
    43# All rights reserved.
     
    7675endif
    7776
    78 rd_essential += [
    79         'app/ofw'
    80 ]
    8177
    8278if PROCESSOR == 'sun4v'
    83         rd_essential_drv += [
     79        rd_essential += [
    8480                'drv/platform/sun4v',
    8581                'drv/char/sun4v-con',
    8682        ]
    8783else
    88         rd_essential_drv += [
     84        rd_essential += [
    8985                'drv/platform/sun4u',
    9086                'drv/bus/pci/pciintel',
     
    9288                'drv/intctl/obio',
    9389                'drv/char/ns8250',
    94                 'drv/char/i8042',
    95                 'drv/hid/ps2mouse',
    96                 'drv/hid/xtkbd',
    9790        ]
    9891endif
    99 
    100 rd_drv += rd_essential_drv
Note: See TracChangeset for help on using the changeset viewer.