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

Unified Diff: vboot_firmware/Makefile

Issue 2668003: Move tlcl stub implementation to stub subdir. (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: Created 10 years, 7 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 | « no previous file | vboot_firmware/stub/tlcl.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vboot_firmware/Makefile
diff --git a/vboot_firmware/Makefile b/vboot_firmware/Makefile
index 518db8e667b225ea62f927445412260c0c6bcf86..3db4c2a0a2234ea140b38f909e4f35b49e9e3dca 100644
--- a/vboot_firmware/Makefile
+++ b/vboot_firmware/Makefile
@@ -34,14 +34,14 @@ LIB_SRCS = \
./lib/kernel_image_fw.c \
./lib/load_kernel_fw.c \
./lib/rollback_index.c \
- ./lib/stateful_util.c \
- ./lib/tlcl.c
+ ./lib/stateful_util.c
LIB_OBJS = $(LIB_SRCS:%.c=%.o)
# find ./stub -iname '*.c' | sort
STUB_SRCS = \
./stub/boot_device_stub.c \
+ ./stub/tlcl.c \
./stub/utility_stub.c
STUB_OBJS = $(STUB_SRCS:%.c=%.o)
« no previous file with comments | « no previous file | vboot_firmware/stub/tlcl.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698