Ignore:
File:
1 edited

Legend:

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

    rc21d4d6 r4d58bac  
    11#
     2# Copyright (c) 2023 Jiri Svoboda
    23# Copyright (c) 2019 Jiří Zárevúcky
    34# All rights reserved.
     
    7576endif
    7677
     78rd_essential += [
     79        'app/ofw'
     80]
    7781
    7882if PROCESSOR == 'sun4v'
    79         rd_essential += [
     83        rd_essential_drv += [
    8084                'drv/platform/sun4v',
    8185                'drv/char/sun4v-con',
    8286        ]
    8387else
    84         rd_essential += [
     88        rd_essential_drv += [
    8589                'drv/platform/sun4u',
    8690                'drv/bus/pci/pciintel',
     
    8892                'drv/intctl/obio',
    8993                'drv/char/ns8250',
     94                'drv/char/i8042',
     95                'drv/hid/ps2mouse',
     96                'drv/hid/xtkbd',
    9097        ]
    9198endif
     99
     100rd_drv += rd_essential_drv
Note: See TracChangeset for help on using the changeset viewer.