Changeset 69146b93 in mainline for uspace/drv/infrastructure/rootamdm37x/Makefile
- Timestamp:
- 2012-11-26T19:02:45Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 04552324
- Parents:
- 5d230a30 (diff), 7462674 (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
-
TabularUnified uspace/drv/infrastructure/rootamdm37x/Makefile ¶
r5d230a30 r69146b93 1 1 # 2 # Copyright (c) 2005 Martin Decky 3 # Copyright (c) 2007 Jakub Jermar 2 # Copyright (c) 2012 Jan Vesely 4 3 # All rights reserved. 5 4 # … … 28 27 # 29 28 30 USPACE_PREFIX = ../.. 31 LIBS = $(LIB BLOCK_PREFIX)/libblock.a $(LIBEXT2_PREFIX)/libext2.a32 EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) -I$(LIBEXT2_PREFIX)33 BINARY = ext2info29 USPACE_PREFIX = ../../.. 30 LIBS = $(LIBDRV_PREFIX)/libdrv.a 31 EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include 32 BINARY = rootamdm37x 34 33 35 34 SOURCES = \ 36 ext2info.c 35 amdm37x.c \ 36 rootamdm37x.c 37 37 38 38 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.