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

Unified Diff: Makefile

Issue 6731011: Add Tegra2 SPI controller. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/flashrom.git@master
Patch Set: refine according to code review. 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') | processor_enable.c » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index 72c75efd8a1dac2155d6bd1e6aaa2ea5d5d563c4..b1387d8d81f691fad1d61e0cb5aeb33534e3547f 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') | processor_enable.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698