summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 3bc44524..e6c62846 100644
--- a/Makefile
+++ b/Makefile
@@ -1114,11 +1114,6 @@ ${BUILD}/%.o: ${BUILD}/%.c
@${PRINTF} " CC $(subst ${BUILD}/,,$@)\n"
${Q}${CC} ${CFLAGS} ${INCLUDES} -c -o $@ $<
-# TODO: C++ files don't belong in vboot reference at all. Convert to C.
-${BUILD}/%.o: %.cc
- @${PRINTF} " CXX $(subst ${BUILD}/,,$@)\n"
- ${Q}${CXX} ${CFLAGS} ${INCLUDES} -c -o $@ $<
-
# ----------------------------------------------------------------------------
# Here are the special tweaks to the generic rules.