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

Unified Diff: app/inetsrv/rules.mk

Issue 1346853002: [app][inetsrv] add tftp server. (Closed) Base URL: https://github.com/travisg/lk.git@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « app/inetsrv/inetsrv.c ('k') | app/inetsrv/tftp.h » ('j') | app/inetsrv/tftp.c » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/inetsrv/rules.mk
diff --git a/app/inetsrv/rules.mk b/app/inetsrv/rules.mk
index 4fe53b92b3e2a7f7aa95476e2c5f7370626bf468..b340ee3557c6bc78951d18f0f1bedb23c879955a 100644
--- a/app/inetsrv/rules.mk
+++ b/app/inetsrv/rules.mk
@@ -4,6 +4,7 @@ MODULE := $(LOCAL_DIR)
MODULE_SRCS += \
$(LOCAL_DIR)/inetsrv.c \
+ $(LOCAL_DIR)/tftp.c \
MODULE_DEPS := \
lib/cksum \
« no previous file with comments | « app/inetsrv/inetsrv.c ('k') | app/inetsrv/tftp.h » ('j') | app/inetsrv/tftp.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698