From 16b712e0233cfd7b60668927067885f7e3551b92 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 25 Dec 2021 18:07:25 +0100 Subject: rename os/object to object --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7b20aff..375ff89 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ QUIET = @ ASM_TARGETS = C_TARGETS = -CXX_TARGETS = src/app/${app_dir}/main.cc src/os/object/cpp_helpers.cc src/os/object/outputstream.cc +CXX_TARGETS = src/app/${app_dir}/main.cc src/object/cpp_helpers.cc src/object/outputstream.cc ifdef verbose QUIET = @@ -195,7 +195,7 @@ ifdef CONFIG_meta_driver_hardware_i2c endif ifdef CONFIG_framebuffer - CXX_TARGETS += src/os/object/framebuffer.cc + CXX_TARGETS += src/object/framebuffer.cc endif ifdef CONFIG_lib_inflate -- cgit v1.2.3