Changeset 96f392c in mainline for uspace/srv/kbd/Makefile


Ignore:
Timestamp:
2009-02-18T22:11:01Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3f95377
Parents:
24ff4df
Message:

Fix typos. Remove old makefile parts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/kbd/Makefile

    r24ff4df r96f392c  
    111111ifeq ($(UARCH), sparc64)
    112112        GENARCH_SOURCES += \
    113                 port/z8350.c \
     113                port/z8530.c \
    114114                ctl/sun.c
    115115endif
    116 
    117 # ifeq ($(UARCH), ia32)
    118 #       ARCH_SOURCES += \
    119 #               arch/$(UARCH)/src/mouse.c \
    120 #               arch/$(UARCH)/src/scanc.c
    121 #       GENARCH_SOURCES = \
    122 #               genarch/src/kbd.c
    123 #       CFLAGS += -DMOUSE_ENABLED
    124 # endif
    125 # ifeq ($(UARCH), ia64)
    126 #       ARCH_SOURCES += \
    127 #               arch/$(UARCH)/src/mouse.c \
    128 #               arch/$(UARCH)/src/scanc.c \
    129 #               arch/$(UARCH)/src/lkbd.c
    130 #       GENARCH_SOURCES = \
    131 #               genarch/src/kbd.c
    132 #       CFLAGS += -DMOUSE_ENABLED
    133 # endif
    134 # ifeq ($(UARCH), amd64)
    135 #       ARCH_SOURCES += \
    136 #               arch/$(UARCH)/src/mouse.c \
    137 #               arch/$(UARCH)/src/scanc.c
    138 #       GENARCH_SOURCES = \
    139 #               genarch/src/kbd.c
    140 #       CFLAGS += -DMOUSE_ENABLED
    141 # endif
    142 # ifeq ($(UARCH), sparc64)
    143 #       ARCH_SOURCES += \
    144 #               arch/$(UARCH)/src/scanc.c \
    145 #               arch/$(UARCH)/src/sgcn.c
    146 #       GENARCH_SOURCES = \
    147 #               genarch/src/kbd.c \
    148 #               genarch/src/nofb.c
    149 # endif
    150 # ifeq ($(UARCH), arm32)
    151 #       ARCH_SOURCES += \
    152 #               arch/$(UARCH)/src/kbd_gxemul.c
    153 # endif
    154 # ifeq ($(UARCH), mips32)
    155 #       GENARCH_SOURCES += \
    156 #           genarch/src/nofb.c
    157 # endif
    158 # ifeq ($(UARCH), mips32eb)
    159 #       GENARCH_SOURCES += \
    160 #           genarch/src/nofb.c
    161 # endif
    162116
    163117GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES)))
Note: See TracChangeset for help on using the changeset viewer.