Changeset 25eec4e in mainline for uspace/drv/fb/amdm37x_dispc/Makefile
- Timestamp:
- 2013-04-19T18:38:18Z (12 years ago)
- 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. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/fb/amdm37x_dispc/Makefile
ra1e2df13 r25eec4e 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 # … … 30 30 31 31 USPACE_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 33 LIBS = \ 34 $(LIBDRV_PREFIX)/libdrv.a \ 35 $(LIBGRAPH_PREFIX)/libgraph.a \ 36 $(LIBSOFTREND_PREFIX)/libsoftrend.a 37 38 EXTRA_CFLAGS += \ 39 -I$(LIBDRV_PREFIX)/include \ 40 -I$(LIBGRAPH_PREFIX) \ 41 -I$(LIBSOFTREND_PREFIX) 42 43 BINARY = amdm37x_dispc 35 44 36 45 SOURCES = \ 37 ext2fs.c \38 ext2fs_ops.c46 amdm37x_dispc.c \ 47 main.c 39 48 40 49 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.