lib: move delay.c from calypso to lib

Nothing calypso-related in there and needed for Mediatek, too.

Signed-off-by: Wolfram Sang <wolfram@the-dreams.de>
This commit is contained in:
Wolfram Sang 2011-05-04 22:58:14 +02:00 committed by Harald Welte
parent a2566d0514
commit 6b36f7856f
3 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
LIBRARIES+=calypso
calypso_DIR=calypso
calypso_SRCS=arm.c buzzer.c clock.c delay.c dma.c dsp.c du.c i2c.c irq.c rtc.c sim.c spi.c tpu.c tsp.c keypad.c misc.c timer.c backlight.c uart.c uwire.c
calypso_SRCS=arm.c buzzer.c clock.c dma.c dsp.c du.c i2c.c irq.c rtc.c sim.c spi.c tpu.c tsp.c keypad.c misc.c timer.c backlight.c uart.c uwire.c

View File

@ -2,6 +2,6 @@
LIBRARIES+=mini
mini_DIR=lib
mini_SRCS=vsprintf.c string.c ctype.c printf.c console.c ctors.c \
changebit.S clearbit.S div64.S lib1funcs.S memcpy.S memset.S setbit.S testchangebit.S testclearbit.S testsetbit.S
changebit.S clearbit.S delay.c div64.S lib1funcs.S memcpy.S memset.S setbit.S testchangebit.S testclearbit.S testsetbit.S