X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Flm3s8962%2Flm3s8962.mk;h=9e7ade13d3927d2c4aa96706ae96806c810c3948;hb=55493122184ef479aef5b63752c7758659c8d046;hp=c4ae958f299f6357d580f15e745ca784cc5dfd57;hpb=b6cf7ebec417a6433b757b2e6e92668194c22a55;p=bertos.git diff --git a/examples/lm3s8962/lm3s8962.mk b/examples/lm3s8962/lm3s8962.mk index c4ae958f..9e7ade13 100644 --- a/examples/lm3s8962/lm3s8962.mk +++ b/examples/lm3s8962/lm3s8962.mk @@ -45,7 +45,7 @@ lm3s8962_CSRC = \ bertos/cpu/cortex-m3/drv/timer_cm3.c \ bertos/cpu/cortex-m3/drv/irq_cm3.c \ bertos/cpu/cortex-m3/hw/switch_ctx_cm3.c \ - bertos/cpu/cortex-m3/hw/init_lm3s.c + bertos/cpu/cortex-m3/hw/init_cm3.c lm3s8962_CPPASRC = \ bertos/cpu/cortex-m3/hw/vectors_cm3.S \