kernel: preemptive and cooperative scheduler refactoring.
[bertos.git] / examples / lpc2378 / lpc2378.mk
index 10217469008998a6159ea3983672cd75f63119ac..59ec1cb647b7c490a49fe6c3c7a1b98a68ae1d01 100644 (file)
@@ -15,6 +15,16 @@ lpc2378_PROGRAMMER_PORT = none
 # Files included by the user.
 lpc2378_USER_CSRC = \
        examples/lpc2378/main.c \
+       bertos/drv/timer.c \
+       bertos/drv/timer_test.c \
+       bertos/cpu/arm/drv/vic_lpc2.c \
+       bertos/cpu/arm/drv/timer_lpc2.c \
+       bertos/mware/event.c \
+       bertos/kern/proc.c \
+       bertos/kern/proc_test.c \
+       bertos/kern/monitor.c \
+       bertos/mware/sprintf.c \
+       bertos/struct/heap.c \
        #
 
 # Files included by the user.
@@ -23,6 +33,7 @@ lpc2378_USER_PCSRC = \
 
 # Files included by the user.
 lpc2378_USER_CPPASRC = \
+       bertos/cpu/arm/hw/switch_ctx_arm.S \
        #
 
 # Files included by the user.