Changeset 7858acbf in mainline for uspace/srv/net
- Timestamp:
- 2013-12-31T20:13:27Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 67472b9b
- Parents:
- 26c03dbd
- Location:
- uspace/srv/net/ethip
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/ethip/Makefile
r26c03dbd r7858acbf 29 29 USPACE_PREFIX = ../../.. 30 30 BINARY = ethip 31 EXTRA_CFLAGS = -I$(LIBDRV_PREFIX)/include 32 LIBS = $(LIBDRV_PREFIX)/libdrv.a 31 33 32 34 SOURCES = \ -
uspace/srv/net/ethip/ethip_nic.c
r26c03dbd r7858acbf 43 43 #include <io/log.h> 44 44 #include <loc.h> 45 #include < device/nic.h>45 #include <nic_iface.h> 46 46 #include <stdlib.h> 47 47 #include <mem.h>
Note:
See TracChangeset
for help on using the changeset viewer.