Changeset 25eec4e in mainline for uspace/drv/fb/amdm37x_dispc/Makefile


Ignore:
Timestamp:
2013-04-19T18:38:18Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6d717a4
Parents:
a1e2df13 (diff), 289cb7dd (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 chages.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/drv/fb/amdm37x_dispc/Makefile

    ra1e2df13 r25eec4e  
    22# Copyright (c) 2005 Martin Decky
    33# Copyright (c) 2007 Jakub Jermar
    4 # Copyright (c) 2010 Martin Sucha
     4# Copyright (c) 2011 Petr Koupy
    55# All rights reserved.
    66#
     
    3030
    3131USPACE_PREFIX = ../../..
    32 LIBS = $(LIBBLOCK_PREFIX)/libblock.a $(LIBFS_PREFIX)/libfs.a $(LIBEXT2_PREFIX)/libext2.a
    33 EXTRA_CFLAGS += -I$(LIBBLOCK_PREFIX) -I$(LIBFS_PREFIX) -I$(LIBEXT2_PREFIX)
    34 BINARY = ext2fs
     32
     33LIBS = \
     34        $(LIBDRV_PREFIX)/libdrv.a \
     35        $(LIBGRAPH_PREFIX)/libgraph.a \
     36        $(LIBSOFTREND_PREFIX)/libsoftrend.a
     37
     38EXTRA_CFLAGS += \
     39        -I$(LIBDRV_PREFIX)/include \
     40        -I$(LIBGRAPH_PREFIX) \
     41        -I$(LIBSOFTREND_PREFIX)
     42
     43BINARY = amdm37x_dispc
    3544
    3645SOURCES = \
    37         ext2fs.c \
    38         ext2fs_ops.c
     46        amdm37x_dispc.c \
     47        main.c
    3948
    4049include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.