X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=examples%2Flpc2378%2Flpc2378.mk;h=59ec1cb647b7c490a49fe6c3c7a1b98a68ae1d01;hb=ab03b5b37726fb8b39a6f6c915f8668bddd779ee;hp=10217469008998a6159ea3983672cd75f63119ac;hpb=ab067bd420a6e48b25d66444d97ee229b48bcb23;p=bertos.git diff --git a/examples/lpc2378/lpc2378.mk b/examples/lpc2378/lpc2378.mk index 10217469..59ec1cb6 100644 --- a/examples/lpc2378/lpc2378.mk +++ b/examples/lpc2378/lpc2378.mk @@ -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.