CM3: unify architecture initialization routine for all the Cortex-M3 processors.
[bertos.git] / examples / develgps / develgps.mk
index b1415b7c0bacbe74bc73a5bb882602dadf93b990..08a87f66eb004ed0f79e12c7eec17e73dc4f8dca 100644 (file)
@@ -50,7 +50,7 @@ develgps_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
 
 develgps_CPPASRC = \
        bertos/cpu/cortex-m3/hw/vectors_cm3.S \