Move tlcl stub implementation to stub subdir.

Review URL: http://codereview.chromium.org/2668003
This commit is contained in:
Randall Spangler
2010-06-04 14:21:59 -07:00
parent 0a48681c4e
commit e414b08c7b
2 changed files with 2 additions and 2 deletions

View File

@@ -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)