diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-12-25 18:07:25 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-12-25 18:08:53 +0100 |
commit | 16b712e0233cfd7b60668927067885f7e3551b92 (patch) | |
tree | eccf0a9c9d3afd65864fee799265eb1f88384b0d /Makefile | |
parent | d23e540ea2868cf9a511dad8eba105496542140e (diff) |
rename os/object to object
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |