diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2021-04-23 11:09:49 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2021-04-26 07:41:51 -0400 |
commit | 3ba2f6e5c7383c5d7a6f8a1c38b6b5403a8a5dcb (patch) | |
tree | 2741885caf2393cf05ddd5fac7559df3abcd17dd /apps/SOURCES | |
parent | 77188e41f5c9966432a0fbb3bffd2069d53cc608 (diff) |
Nuke all TCC77x targets: iAudio 7, Sansa C100, M200(v1-3), Logik DAX
They were never finished, never saw any release ever, and haven't
compiled for the better part of a decade. Given their HW capabilities [1],
they are not worth trying to fix.
[1] 1-2MB RAM, ~256MB onboard flash, no expandability
Change-Id: I7b2a5806d687114c22156bb0458d4a10a9734190
Diffstat (limited to 'apps/SOURCES')
-rw-r--r-- | apps/SOURCES | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/SOURCES b/apps/SOURCES index 80133ebd27..6c13945904 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -231,12 +231,6 @@ keymaps/keymap-sa9200.c keymaps/keymap-hdd1630.c #elif CONFIG_KEYPAD == PHILIPS_HDD6330_PAD keymaps/keymap-hdd6330.c -#elif CONFIG_KEYPAD == IAUDIO67_PAD -keymaps/keymap-iaudio67.c -#elif CONFIG_KEYPAD == SANSA_C100_PAD -keymaps/keymap-c100.c -#elif CONFIG_KEYPAD == LOGIK_DAX_PAD -keymaps/keymap-logikdax.c #elif CONFIG_KEYPAD == SANSA_FUZE_PAD keymaps/keymap-fuze.c #elif CONFIG_KEYPAD == ONDAVX747_PAD |