mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
39 lines
372 B
Makefile
39 lines
372 B
Makefile
SUBDIRS = \
|
|
config \
|
|
control \
|
|
fonts \
|
|
icons \
|
|
inetradio \
|
|
initial \
|
|
iso-codes \
|
|
license \
|
|
locale \
|
|
pictures \
|
|
policy \
|
|
scripts \
|
|
themes \
|
|
weather \
|
|
webradio \
|
|
webtv \
|
|
zapit
|
|
|
|
if ENABLE_LUA
|
|
SUBDIRS += \
|
|
luaplugins
|
|
endif
|
|
|
|
if ENABLE_LCD4LINUX
|
|
SUBDIRS += \
|
|
lcd4l
|
|
endif
|
|
|
|
if ENABLE_GRAPHLCD
|
|
SUBDIRS += \
|
|
oled
|
|
endif
|
|
|
|
if ENABLE_WEBIF
|
|
SUBDIRS += \
|
|
y-web
|
|
endif
|