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

Unified Diff: kernel/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « kernel/port.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: kernel/rules.mk
diff --git a/kernel/rules.mk b/kernel/rules.mk
index 95f5f369b0b55e39aad36d52b198068b415ed2af..fc7cd164499e4ac969d89e9283832afbf2ca7431 100644
--- a/kernel/rules.mk
+++ b/kernel/rules.mk
@@ -15,7 +15,8 @@ MODULE_SRCS := \
$(LOCAL_DIR)/thread.c \
$(LOCAL_DIR)/timer.c \
$(LOCAL_DIR)/semaphore.c \
- $(LOCAL_DIR)/mp.c
+ $(LOCAL_DIR)/mp.c \
+ $(LOCAL_DIR)/port.c
ifeq ($(WITH_KERNEL_VM),1)
MODULE_DEPS += kernel/vm
« no previous file with comments | « kernel/port.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698