Changeset 973ef9fc in mainline for uspace/app/sysinfo/Makefile


Ignore:
Timestamp:
2010-12-25T21:20:28Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
631ee0c
Parents:
1bfd3d3 (diff), 09178b7f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/app/sysinfo/Makefile

    r1bfd3d3 r973ef9fc  
    11#
    2 # Copyright (c) 2005 Martin Decky
    3 # Copyright (c) 2007 Jakub Jermar
     2# Copyright (c) 2010 Jiri Svoboda
    43# All rights reserved.
    54#
     
    2928
    3029USPACE_PREFIX = ../..
    31 BINARY = test_serial
     30EXTRA_CFLAGS = -Iinclude
     31BINARY = sysinfo
    3232
    3333SOURCES = \
    34         test_serial.c
     34        sysinfo.c
    3535
    3636include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.