summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-12-25 18:07:25 +0100
committerDaniel Friesel <derf@finalrewind.org>2021-12-25 18:08:53 +0100
commit16b712e0233cfd7b60668927067885f7e3551b92 (patch)
treeeccf0a9c9d3afd65864fee799265eb1f88384b0d /Makefile
parentd23e540ea2868cf9a511dad8eba105496542140e (diff)
rename os/object to object
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