mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
23 lines
229 B
Makefile
23 lines
229 B
Makefile
SUBDIRS = \
|
|
config \
|
|
control \
|
|
fonts \
|
|
icons \
|
|
inetradio \
|
|
initial \
|
|
iso-codes \
|
|
license \
|
|
locale \
|
|
pictures \
|
|
policy \
|
|
scripts \
|
|
themes \
|
|
webradio \
|
|
webtv \
|
|
y-web \
|
|
zapit
|
|
|
|
if BOXTYPE_TRIPLE
|
|
SUBDIRS += lcd
|
|
endif
|