diff --git a/examples/AN00246_xua_example/Makefile b/examples/AN00246_xua_example/Makefile index d4c27b94..a2c5ccdf 100644 --- a/examples/AN00246_xua_example/Makefile +++ b/examples/AN00246_xua_example/Makefile @@ -13,7 +13,7 @@ XCC_FLAGS = -O3 -report \ # The USED_MODULES variable lists other module used by the application. These # modules will extend the SOURCE_DIRS, INCLUDE_DIRS and LIB_DIRS variables. # Modules are expected to be in the directory above the BASE_DIR directory. -USED_MODULES = lib_xua lib_device_control lib_xud lib_i2c +USED_MODULES = lib_xua lib_xud lib_i2c #============================================================================= # The following part of the Makefile includes the common build infrastructure