[dev][timer][arm_generic] Switch to use lib/fixed_point

Change-Id: I7fd5e2a30d1ca10ded2b6ec9e3be8a3eb14cf644
This commit is contained in:
Michael Ryleev
2014-10-06 14:07:25 -07:00
parent 49b0475a9a
commit 116eb2c6ac
2 changed files with 4 additions and 1 deletions

View File

@@ -31,7 +31,7 @@
#define LTRACEF_LEVEL(level, x...) do { if (LOCAL_TRACE >= level) { TRACEF(x); } } while (0)
#include "fixed_point.h"
#include <lib/fixed_point.h>
static platform_timer_callback t_callback;

View File

@@ -11,4 +11,7 @@ GLOBAL_DEFINES += \
MODULE_SRCS += \
$(LOCAL_DIR)/arm_generic_timer.c
MODULE_DEPS += \
lib/fixed_point
include make/module.mk