Changeset 0b749a3 in mainline for uspace/app/test_serial/Makefile
- Timestamp:
- 2010-11-22T15:39:53Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0eddb76, aae339e9
- Parents:
- 9a1d8ab (diff), 8cd1aa5e (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/app/test_serial/Makefile
r9a1d8ab r0b749a3 29 29 30 30 USPACE_PREFIX = ../.. 31 EXTRA_CFLAGS = -Iinclude 32 LIBRARY = libsocket 31 BINARY = test_serial 33 32 34 33 SOURCES = \ 35 generic/socket_client.c \ 36 generic/socket_core.c \ 37 generic/socket_parse.c \ 38 generic/inet.c \ 39 generic/net_modules.c \ 40 generic/icmp_common.c \ 41 generic/icmp_api.c \ 42 packet/packet.c \ 43 packet/packet_client.c \ 44 packet/packet_server.c \ 45 adt/dynamic_fifo.c \ 46 adt/measured_strings.c \ 47 adt/char_map.c 34 test_serial.c 48 35 49 36 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.