stm32l4: crc-v2: enable common code

Possible now that the v2 unification code has landed.
This commit is contained in:
Karl Palsson
2018-02-05 22:04:34 +00:00
parent 7b6710a914
commit 55ea31fd04
3 changed files with 34 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ OBJS = adc.o flash.o pwr.o rcc.o
OBJS += rcc_common_all.o
OBJS += gpio_common_all.o gpio_common_f0234.o
OBJS += adc_common_v2.o adc_common_v2_multi.o
OBJS += crc_common_all.o crc_v2.o
OBJS += rng_common_v1.o
OBJS += timer_common_all.o
OBJS += i2c_common_v2.o