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

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: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « app/inetsrv/inetsrv.c ('k') | lib/tftp/include/lib/tftp.h » ('j') | no next file with comments »
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..05bd83ba6f0cca5f082a6a98558da84f6e237c52 100644
--- a/app/inetsrv/rules.mk
+++ b/app/inetsrv/rules.mk
@@ -5,8 +5,10 @@ MODULE := $(LOCAL_DIR)
MODULE_SRCS += \
$(LOCAL_DIR)/inetsrv.c \
+
MODULE_DEPS := \
lib/cksum \
lib/minip \
+ lib/tftp \
include make/module.mk
« 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