moth/packages/radio/radio.mk

13 lines
205 B
Makefile
Raw Normal View History

2011-11-03 18:50:42 -06:00
RADIO_PKGDIR = $(TARGET)/radio
radio-build:
radio-install:
mkdir -p $(RADIO_PKGDIR)
$(call COPYTREE, packages/radio/www, $(RADIO_PKGDIR)/www)
radio-clean:
rm -rf $(RADIO_BUILDDIR)
PACKAGES += radio