mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-24 02:05:01 +00:00
Move tlcl stub implementation to stub subdir.
Review URL: http://codereview.chromium.org/2668003
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user