Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(304)

Side by Side Diff: app/inetsrv/rules.mk

Issue 1346853002: [app][inetsrv] add tftp server. (Closed) Base URL: https://github.com/travisg/lk.git@master
Patch Set: review changes Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « app/inetsrv/inetsrv.c ('k') | lib/tftp/include/lib/tftp.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 LOCAL_DIR := $(GET_LOCAL_DIR) 1 LOCAL_DIR := $(GET_LOCAL_DIR)
2 2
3 MODULE := $(LOCAL_DIR) 3 MODULE := $(LOCAL_DIR)
4 4
5 MODULE_SRCS += \ 5 MODULE_SRCS += \
6 $(LOCAL_DIR)/inetsrv.c \ 6 $(LOCAL_DIR)/inetsrv.c \
7 7
8
8 MODULE_DEPS := \ 9 MODULE_DEPS := \
9 lib/cksum \ 10 lib/cksum \
10 lib/minip \ 11 lib/minip \
12 lib/tftp \
11 13
12 include make/module.mk 14 include make/module.mk
OLDNEW
« no previous file with comments | « app/inetsrv/inetsrv.c ('k') | lib/tftp/include/lib/tftp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698