package third_party.bsp.stmf3cube

@Build(stage=1)
@BuildDepends(third_party.bsp.stmf3cube.cube)
static module components {
	@IncludePath("$(EXTERNAL_BUILD_DIR)/third_party/bsp/stmf3cube/cube/STM32CubeF3-1.11.0/Drivers/BSP/Components/l3gd20")
	@IncludePath("$(EXTERNAL_BUILD_DIR)/third_party/bsp/stmf3cube/cube/STM32CubeF3-1.11.0/Drivers/BSP/Components/lsm303dlhc")
	@AddPrefix("^BUILD/extbld/third_party/bsp/stmf3cube/cube/STM32CubeF3-1.11.0/Drivers/BSP/Components")
	source "l3gd20/l3gd20.c",
		"lsm303dlhc/lsm303dlhc.c"
}