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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « lib/tftp/include/lib/tftp.h ('k') | lib/tftp/tftp.c » ('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_DEPS := \
6 lib/minip \
7 lib/cksum
8
5 GLOBAL_INCLUDES += $(LOCAL_DIR)/include 9 GLOBAL_INCLUDES += $(LOCAL_DIR)/include
6 10
7 MODULE_DEPS := \ 11 MODULE_SRCS += \
8 » lib/version 12 $(LOCAL_DIR)/tftp.c \
9
10 MODULE_SRCS := \
11 » $(LOCAL_DIR)/buildsig.c
12 13
13 include make/module.mk 14 include make/module.mk
OLDNEW
« 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