LPC2xxx: add timer test.
[bertos.git] / examples / lpc2378 / lpc2378.mk
index 10217469008998a6159ea3983672cd75f63119ac..50532020dc30538bfceefe851f27dcea24257bba 100644 (file)
@@ -15,6 +15,9 @@ lpc2378_PROGRAMMER_PORT = none
 # Files included by the user.
 lpc2378_USER_CSRC = \
        examples/lpc2378/main.c \
+       bertos/drv/timer.c \
+       bertos/cpu/arm/drv/vic_lpc2.c \
+       bertos/cpu/arm/drv/timer_lpc2.c \
        #
 
 # Files included by the user.