Changeset 8bb0f5d6 in mainline for uspace/srv/hid/compositor/Makefile


Ignore:
Timestamp:
2014-01-16T16:43:04Z (11 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dace86a
Parents:
296e124e
Message:

remove compositor self-test code
(not needed anymore, the code is stable; if required, should be implemented as an external test)

File:
1 edited

Legend:

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

    r296e124e r8bb0f5d6  
    3434
    3535SOURCES = \
    36         compositor.c \
    37         images.c
    38 
    39 IMAGES = \
    40         gfx/nameic.tga
    41 
    42 PRE_DEPEND = images.c images.h
    43 EXTRA_CLEAN = images.c images.h
     36        compositor.c
    4437
    4538include $(USPACE_PREFIX)/Makefile.common
    46 
    47 images.c images.h: $(IMAGES)
    48         $(ROOT_PATH)/tools/mkarray.py images COMPOSITOR_IMAGES $^
Note: See TracChangeset for help on using the changeset viewer.