Changeset 9256ad29 in mainline for uspace/srv/hid/fb/Makefile


Ignore:
Timestamp:
2010-04-17T01:27:25Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d9fae235
Parents:
ab108be4
Message:

bring back configuration options sensitivity

File:
1 edited

Legend:

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

    rab108be4 r9256ad29  
    2929
    3030USPACE_PREFIX = ../../..
     31ROOT_PATH = $(USPACE_PREFIX)/..
     32
     33COMMON_MAKEFILE = $(ROOT_PATH)/Makefile.common
     34CONFIG_MAKEFILE = $(ROOT_PATH)/Makefile.config
     35
    3136BINARY = fb
     37
     38-include $(COMMON_MAKEFILE)
     39-include $(CONFIG_MAKEFILE)
    3240
    3341SOURCES = \
     
    6573
    6674ifeq ($(UARCH),sparc64)
    67         ifeq ($(PROCESSOR), sun4v)
     75        ifeq ($(PROCESSOR),sun4v)
    6876                SOURCES += niagara.c \
    6977                        serial_console.c
    7078                EXTRA_CFLAGS = -DNIAGARA_ENABLED
    7179        endif
    72 
    73         ifeq ($(MACHINE), serengeti)
     80       
     81        ifeq ($(MACHINE),serengeti)
    7482                SOURCES += sgcn.c \
    7583                        serial_console.c
Note: See TracChangeset for help on using the changeset viewer.