summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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