Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/kbd/Makefile.build

    rb3d513f reeb643d  
    130130
    131131ifeq ($(UARCH),sparc64)
    132         ifeq ($(MACHINE),serengeti)
    133                 SOURCES += \
    134                         port/sgcn.c \
    135                         ctl/stty.c
    136         else
    137                 SOURCES += \
     132        ifeq ($(PROCESSOR),sun4u)
     133                ifeq ($(MACHINE),serengeti)
     134                        SOURCES += \
     135                                port/sgcn.c \
     136                                ctl/stty.c
     137                endif
     138                ifeq ($(MACHINE),generic)
     139                        SOURCES += \
    138140                        port/sun.c \
    139141                        port/z8530.c \
    140142                        port/ns16550.c \
    141143                        ctl/sun.c
     144                endif
     145        endif
     146        ifeq ($(PROCESSOR),sun4v)
     147                SOURCES += \
     148                        port/niagara.c \
     149                        ctl/stty.c
    142150        endif
    143151endif
Note: See TracChangeset for help on using the changeset viewer.