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

Unified Diff: Makefile

Issue 6731011: Add Tegra2 SPI controller. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/flashrom.git@master
Patch Set: remove an empty line. Created 9 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 | processor_enable.c » ('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 3ee6fc9b76059c8c29204af2bc2f6be190215421..ed03f5d13a108f3794be86ccb56077c46ee67d81 100644
--- a/Makefile
+++ b/Makefile
@@ -188,7 +188,10 @@ ifeq ($(CONFIG_INTERNAL), yes)
FEATURE_CFLAGS += -D'CONFIG_INTERNAL=1'
PROGRAMMER_OBJS += processor_enable.o chipset_enable.o board_enable.o cbtable.o dmi.o internal.o
# FIXME: The PROGRAMMER_OBJS below should only be included on x86.
+# FIXME: unify XXXspi.o and XXX_spi.o naming conventions. spi/XXX.o?
PROGRAMMER_OBJS += it87spi.o it85spi.o ichspi.o sb600spi.o wbsio_spi.o mcp6x_spi.o
+# FIXME: The PROGRAMMER_OBJS below should only be included on ARM
+PROGRAMMER_OBJS += tegra2_spi.o
NEED_PCI := yes
endif
« no previous file with comments | « no previous file | processor_enable.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698