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

Unified Diff: Makefile

Issue 1329001: ST1.5 board support and some ST1.0/1.5 common changes. (Closed)
Patch Set: Created 10 years, 9 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 | board/chromeos_st15/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index c314242d43591165f5b53b0ef737cf786058df52..77c743ac047cee62c62d84420a01e02610d1aaa0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
#
+# Copyright (c) 2010, Code Aurora Forum. All rights reserved.
# (C) Copyright 2000-2009
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
@@ -3336,6 +3337,15 @@ chromeos_st1q_fast_config : unconfig
chromeos_st1q_recovery_config : unconfig
@$(MKCONFIG) chromeos/st1q/recovery arm armv7Scorpion chromeos_st1q NULL QSD8x50
+chromeos_st15_stub_config : unconfig
+ @$(MKCONFIG) chromeos/st15/stub arm armv7Scorpion chromeos_st15 NULL QSD8x50
+
+chromeos_st15_fast_config : unconfig
+ @$(MKCONFIG) chromeos/st15/fast arm armv7Scorpion chromeos_st15 NULL QSD8x50
+
+chromeos_st15_recovery_config : unconfig
+ @$(MKCONFIG) chromeos/st15/recovery arm armv7Scorpion chromeos_st15 NULL QSD8x50
+
#========================================================================
# i386
#========================================================================
« no previous file with comments | « no previous file | board/chromeos_st15/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698