~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to uspace/srv/hid/kbd/Makefile.build

  • Committer: Pavel Rimsky
  • Date: 2010-02-20 20:54:53 UTC
  • mfrom: (292 head)
  • mto: This revision was merged to the branch mainline in revision 296.
  • Revision ID: pavel@pavel-laptop-20100220205453-70sim280j709dgp3
Synchronize with head.

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
        endif
150
150
endif
151
151
 
 
152
ifeq ($(UARCH),abs32le)
 
153
        SOURCES += \
 
154
                port/dummy.c \
 
155
                ctl/pc.c
 
156
endif
 
157
 
152
158
OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
153
159
 
154
160
.PHONY: all