1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-06 03:50:56 -07:00
moth/packages/radio/radio.mk
2011-11-03 18:51:28 -06:00

14 lines
No EOL
252 B
Makefile

RADIO_PKGDIR = $(TARGET)/radio
radio-build:
radio-install:
mkdir -p $(RADIO_PKGDIR)
$(call COPYTREE, packages/radio/www, $(RADIO_PKGDIR)/www)
cp packages/radio/tokens.txt $(RADIO_PKGDIR)/
radio-clean:
rm -rf $(RADIO_BUILDDIR)
PACKAGES += radio