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

Unified Diff: lib/tftp/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 | « lib/tftp/include/lib/tftp.h ('k') | lib/tftp/tftp.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/tftp/rules.mk
diff --git a/lib/buildsig/rules.mk b/lib/tftp/rules.mk
similarity index 67%
copy from lib/buildsig/rules.mk
copy to lib/tftp/rules.mk
index 12fb1e1dfa0eb702fa98226dac26a1d71dbec4ac..8098ded624e12f73b141212b5d4a62be468d7a5a 100644
--- a/lib/buildsig/rules.mk
+++ b/lib/tftp/rules.mk
@@ -2,12 +2,13 @@ LOCAL_DIR := $(GET_LOCAL_DIR)
MODULE := $(LOCAL_DIR)
-GLOBAL_INCLUDES += $(LOCAL_DIR)/include
-
MODULE_DEPS := \
- lib/version
+ lib/minip \
+ lib/cksum
+
+GLOBAL_INCLUDES += $(LOCAL_DIR)/include
-MODULE_SRCS := \
- $(LOCAL_DIR)/buildsig.c
+MODULE_SRCS += \
+ $(LOCAL_DIR)/tftp.c \
include make/module.mk
« no previous file with comments | « lib/tftp/include/lib/tftp.h ('k') | lib/tftp/tftp.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698