summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/ez80/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/z80/src/ez80/Make.defs')
-rw-r--r--nuttx/arch/z80/src/ez80/Make.defs5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/arch/z80/src/ez80/Make.defs b/nuttx/arch/z80/src/ez80/Make.defs
index 2cbf5559c..8999b6a66 100644
--- a/nuttx/arch/z80/src/ez80/Make.defs
+++ b/nuttx/arch/z80/src/ez80/Make.defs
@@ -1,7 +1,7 @@
############################################################################
# arch/z80/src/ez80/Make.defs
#
-# Copyright (C) 2008, 2009 Gregory Nutt. All rights reserved.
+# Copyright (C) 2008-2009 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
#
# Redistribution and use in source and binary forms, with or without
@@ -52,7 +52,8 @@ endif
CHIP_SSRCS =
CHIP_CSRCS = ez80_clock.c ez80_initialstate.c ez80_irq.c ez80_copystate.c \
ez80_schedulesigaction.c ez80_sigdeliver.c ez80_timerisr.c \
- ez80_lowuart.c ez80_serial.c ez80_spi.c ez80_registerdump.c
+ ez80_lowuart.c ez80_serial.c ez80_spi.c ez80_i2c.c \
+ ez80_registerdump.c
ifeq ($(CONFIG_ARCH_CHIP_EZ80F91),y)
ifeq ($(CONFIG_EZ80_EMAC),y)
CHIP_CSRCS += ez80_emac.c