summaryrefslogtreecommitdiffstats
path: root/src/device/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/meson.build')
-rw-r--r--src/device/meson.build8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/device/meson.build b/src/device/meson.build
index d2e3c6e..8e4aa90 100644
--- a/src/device/meson.build
+++ b/src/device/meson.build
@@ -17,10 +17,14 @@ if get_option('fwbuild')
cat = find_program('cat')
cp = find_program('cp')
- fw_filenames = ['main.ino',
+ fw_filenames = [
+ 'main.ino',
'DejaVu_Sans_Mono_13.h',
'device_network.cpp',
- 'device_network.h']
+ 'device_network.h',
+ 'screen.cpp',
+ 'screen.h'
+ ]
fw_true_sources += files(fw_filenames)
fw_filenames += oledlibnames
fw_true_sources += oledlib