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

Side by Side Diff: app/tests/rules.mk

Issue 1437453002: [kernel][ports] Add basic ports functionality (Closed) Base URL: https://github.com/travisg/lk.git@master
Patch Set: fix Created 5 years, 1 month 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 | « app/tests/port_tests.c ('k') | app/tests/tests.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_SRCS += \ 5 MODULE_SRCS += \
6 $(LOCAL_DIR)/benchmarks.c \ 6 $(LOCAL_DIR)/benchmarks.c \
7 $(LOCAL_DIR)/cache_tests.c \ 7 $(LOCAL_DIR)/cache_tests.c \
8 $(LOCAL_DIR)/clock_tests.c \ 8 $(LOCAL_DIR)/clock_tests.c \
9 $(LOCAL_DIR)/fibo.c \ 9 $(LOCAL_DIR)/fibo.c \
10 $(LOCAL_DIR)/float.c \ 10 $(LOCAL_DIR)/float.c \
11 $(LOCAL_DIR)/float_instructions.S \ 11 $(LOCAL_DIR)/float_instructions.S \
12 $(LOCAL_DIR)/float_test_vec.c \ 12 $(LOCAL_DIR)/float_test_vec.c \
13 $(LOCAL_DIR)/mem_tests.c \ 13 $(LOCAL_DIR)/mem_tests.c \
14 $(LOCAL_DIR)/printf_tests.c \ 14 $(LOCAL_DIR)/printf_tests.c \
15 $(LOCAL_DIR)/tests.c \ 15 $(LOCAL_DIR)/tests.c \
16 $(LOCAL_DIR)/thread_tests.c \ 16 $(LOCAL_DIR)/thread_tests.c \
17 $(LOCAL_DIR)/port_tests.c \
17 18
18 MODULE_ARM_OVERRIDE_SRCS := \ 19 MODULE_ARM_OVERRIDE_SRCS := \
19 20
20 MODULE_COMPILEFLAGS += -Wno-format 21 MODULE_COMPILEFLAGS += -Wno-format
21 22
22 include make/module.mk 23 include make/module.mk
OLDNEW
« no previous file with comments | « app/tests/port_tests.c ('k') | app/tests/tests.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698