Changeset ef15fbb in mainline


Ignore:
Timestamp:
2011-06-14T12:36:32Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ecb692a2
Parents:
2f7a564
Message:

configuration values are not needed in this Makefile anymore, it can be rather simplified

File:
1 edited

Legend:

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

    r2f7a564 ref15fbb  
    2929
    3030USPACE_PREFIX = ../../..
    31 ROOT_PATH = $(USPACE_PREFIX)/..
    32 
    33 COMMON_MAKEFILE = $(ROOT_PATH)/Makefile.common
    34 CONFIG_MAKEFILE = $(ROOT_PATH)/Makefile.config
    35 
    3631EXTRA_CFLAGS = -Iinclude
    3732BINARY = input
    38 
    39 -include $(COMMON_MAKEFILE)
    40 -include $(CONFIG_MAKEFILE)
    41 
    42 ## Sources
    43 #
    4433
    4534SOURCES = \
Note: See TracChangeset for help on using the changeset viewer.