[dev][timer][arm_generic] Switch to use lib/fixed_point
Change-Id: I7fd5e2a30d1ca10ded2b6ec9e3be8a3eb14cf644
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -11,4 +11,7 @@ GLOBAL_DEFINES += \
|
||||
MODULE_SRCS += \
|
||||
$(LOCAL_DIR)/arm_generic_timer.c
|
||||
|
||||
MODULE_DEPS += \
|
||||
lib/fixed_point
|
||||
|
||||
include make/module.mk
|
||||
|
||||
Reference in New Issue
Block a user