Commit 4c994f97 authored by Alessandro Rubini's avatar Alessandro Rubini

softpll-unify: rename timer.c to timer-wrs.c (no effect on rt_cpu.bin)

The commit is part of the effort in unifying softpll with wrpc-sw,
and later remove the duplicated code here in wr-switch-sw.

While we have no gpio.h in wrpc-sw, it's better to clarify this
header is for wr-switch.
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent d54a1c64
......@@ -3,7 +3,7 @@ CROSS_COMPILE ?= lm32-elf-
LIBSOFTPLL_DIR = softpll
OBJS = main.o dev/uart.o dev/timer.o lib/mprintf.o dev/ad9516.o ipc/minipc-mem-server.o ipc/rt_ipc.o
OBJS = main.o dev/uart.o dev/timer-wrs.o lib/mprintf.o dev/ad9516.o ipc/minipc-mem-server.o ipc/rt_ipc.o
include softpll/softpll.mk
OBJS += $(obj-y)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment