Ignore:
File:
1 edited

Legend:

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

    reeb643d rb3d513f  
    130130
    131131ifeq ($(UARCH),sparc64)
    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 += \
     132        ifeq ($(MACHINE),serengeti)
     133                SOURCES += \
     134                        port/sgcn.c \
     135                        ctl/stty.c
     136        else
     137                SOURCES += \
    140138                        port/sun.c \
    141139                        port/z8530.c \
    142140                        port/ns16550.c \
    143141                        ctl/sun.c
    144                 endif
    145         endif
    146         ifeq ($(PROCESSOR),sun4v)
    147                 SOURCES += \
    148                         port/niagara.c \
    149                         ctl/stty.c
    150142        endif
    151143endif
Note: See TracChangeset for help on using the changeset viewer.