Changeset 03362fbd in mainline for uspace/drv/fb/kfb/Makefile


Ignore:
Timestamp:
2013-02-09T23:14:45Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
22dfd38
Parents:
b5d2e57 (diff), 005b765 (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.

Conflict resulting from bool.h → stdbool.h move and ddf structs turning opaque.
Fails to boot to shell console.

File:
1 moved

Legend:

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

    rb5d2e57 r03362fbd  
    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#
     
    2929#
    3030
    31 USPACE_PREFIX = ../..
    32 LIBRARY = libext2
    33 EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX)
    34 LIBS = $(LIBBLOCK_PREFIX)/libblock.a
     31USPACE_PREFIX = ../../..
     32LIBS = $(LIBDRV_PREFIX)/libdrv.a $(LIBGRAPH_PREFIX)/libgraph.a $(LIBSOFTREND_PREFIX)/libsoftrend.a
     33EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include -I$(LIBGRAPH_PREFIX) -I$(LIBSOFTREND_PREFIX)
     34BINARY = kfb
    3535
    3636SOURCES = \
    37         libext2_filesystem.c \
    38         libext2_superblock.c \
    39         libext2_block_group.c \
    40         libext2_inode.c \
    41         libext2_directory.c
     37        port.c \
     38        kfb.c
    4239
    4340include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.