diff options
| author | Josef Gajdusek | 2015-05-11 02:00:19 +0200 |
|---|---|---|
| committer | Damien George | 2015-05-13 00:12:54 +0100 |
| commit | 1db42538864e1f235fee1b37b44ca428b1f3c427 (patch) | |
| tree | 563a071f03026d583d5bf7a5e93c8ff2bfe646dd /stmhal/Makefile | |
| parent | 800d5cd16f2e153a2dfc750c507f5a82d17491d7 (diff) | |
lib: Move time utility functions to common library.
Diffstat (limited to 'stmhal/Makefile')
| -rw-r--r-- | stmhal/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile index 60f05669b..5751ad405 100644 --- a/stmhal/Makefile +++ b/stmhal/Makefile @@ -42,6 +42,7 @@ INC += -I$(USBDEV_DIR)/core/inc -I$(USBDEV_DIR)/class/inc #INC += -I$(USBHOST_DIR) INC += -I../lib/mp-readline INC += -I../lib/netutils +INC += -I../lib/timeutils CFLAGS_CORTEX_M4 = -mthumb -mtune=cortex-m4 -mabi=aapcs-linux -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -fsingle-precision-constant -Wdouble-promotion CFLAGS = $(INC) -Wall -Wpointer-arith -Werror -ansi -std=gnu99 -nostdlib $(CFLAGS_MOD) $(CFLAGS_CORTEX_M4) $(COPT) @@ -94,6 +95,7 @@ SRC_LIB = $(addprefix lib/,\ fatfs/option/ccsbcs.c \ mp-readline/readline.c \ netutils/netutils.c \ + timeutils/timeutils.c \ ) SRC_C = \ |
