diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2021-11-29 20:41:55 +0100 |
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2021-11-29 20:41:55 +0100 |
| commit | 131f82839404f176a82330ac7fda20445a97cd88 (patch) | |
| tree | 0892541262dd7805e24165d3377e413b75fd099f /src/app/posix-text-to-ss1306/Makefile.inc | |
| parent | 1b1952efc21d1b243e25e3c6f3d92ddefb419977 (diff) | |
add POSIX argv → ssd1306 app
Diffstat (limited to 'src/app/posix-text-to-ss1306/Makefile.inc')
| -rw-r--r-- | src/app/posix-text-to-ss1306/Makefile.inc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/app/posix-text-to-ss1306/Makefile.inc b/src/app/posix-text-to-ss1306/Makefile.inc deleted file mode 100644 index 8c4936b..0000000 --- a/src/app/posix-text-to-ss1306/Makefile.inc +++ /dev/null @@ -1,14 +0,0 @@ -# vim:ft=make -# -# Copyright 2021 Daniel Friesel -# -# SPDX-License-Identifier: CC0-1.0 - -ifdef app - loop = 1 - override arch_drivers += ,i2c - CONFIG_driver_ssd1306 = y - COMMON_FLAGS += -DCONFIG_driver_ssd1306 - CONFIG_driver_ssd1306_width = 128 - CONFIG_driver_ssd1306_height = 64 -endif |
