Changeset 03362fbd in mainline for uspace/drv/fb/kfb/Makefile
- Timestamp:
- 2013-02-09T23:14:45Z (13 years ago)
- 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. - File:
-
- 1 moved
-
uspace/drv/fb/kfb/Makefile (moved) (moved from uspace/lib/ext2/Makefile ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/fb/kfb/Makefile
rb5d2e57 r03362fbd 2 2 # Copyright (c) 2005 Martin Decky 3 3 # Copyright (c) 2007 Jakub Jermar 4 # Copyright (c) 201 0 Martin Sucha4 # Copyright (c) 2011 Petr Koupy 5 5 # All rights reserved. 6 6 # … … 29 29 # 30 30 31 USPACE_PREFIX = ../.. 32 LIB RARY = libext233 EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX)34 LIBS = $(LIBBLOCK_PREFIX)/libblock.a 31 USPACE_PREFIX = ../../.. 32 LIBS = $(LIBDRV_PREFIX)/libdrv.a $(LIBGRAPH_PREFIX)/libgraph.a $(LIBSOFTREND_PREFIX)/libsoftrend.a 33 EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include -I$(LIBGRAPH_PREFIX) -I$(LIBSOFTREND_PREFIX) 34 BINARY = kfb 35 35 36 36 SOURCES = \ 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 42 39 43 40 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.
