boot: refactor i2c driver into namespace

This commit is contained in:
Michael Scire
2019-06-21 20:25:27 -07:00
parent e62754ed56
commit c87be7cd69
42 changed files with 1918 additions and 1836 deletions

View File

@@ -33,7 +33,7 @@ endef
#---------------------------------------------------------------------------------
TARGET := $(notdir $(CURDIR))
BUILD := build
SOURCES := source source/i2c_driver source/updater
SOURCES := source source/i2c source/i2c/driver source/i2c/driver/impl source/updater
DATA := data
INCLUDES := include ../../common/include
EXEFS_SRC := exefs_src