LPC2xxx: add kernel test.
[bertos.git] / examples / lpc2378 / lpc2378.mk
index 50532020dc30538bfceefe851f27dcea24257bba..e5a3bc74a34086a35a5bb1e729b02fa8c0b246c7 100644 (file)
@@ -16,8 +16,17 @@ lpc2378_PROGRAMMER_PORT = none
 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/coop.c \
+       bertos/kern/preempt.c \
+       bertos/kern/proc_test.c \
+       bertos/kern/monitor.c \
+       bertos/mware/sprintf.c \
+       bertos/struct/heap.c \
        #
 
 # Files included by the user.
@@ -26,6 +35,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.