Makefile 171 B

1234567
  1. include ../../../../Makefile.project
  2. .PHONY: install
  3. install:
  4. ifeq ($(CONFIG_SUPPORT_INDONESIA_EWS),y)
  5. cp -drf indonesia_ews_warning.mp3 $(CONFIG_INSTALLDIR)/tmp/
  6. endif