Ignore:
File:
1 edited

Legend:

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

    r1b1164e8 r9c2b2a8  
    5858
    5959ifeq ($(UARCH),arm32)
     60        ifeq ($(MACHINE),gta02)
     61                SOURCES += \
     62                        port/chardev.c \
     63                        ctl/stty.c
     64        endif
    6065        ifeq ($(MACHINE),testarm)
    6166                SOURCES += \
     
    7378                SOURCES += \
    7479                        port/pl050.c \
    75                         ctl/pl050.c
     80                        ctl/pc.c
    7681        endif
    7782endif
Note: See TracChangeset for help on using the changeset viewer.