upstream.mk 430 B

12345678910111213141516171819
  1. #
  2. # Copyright (c) libreCMC Project <info@librecmc.org>
  3. # Copyright (c) Robert Call <bob@bobcall.me>
  4. #
  5. # This is free software, licensed under the GNU General Public License v2.
  6. # See /LICENSE for more information.
  7. EXCLUDE_DIRS:=target/linux/ath79/* \
  8. target/linux/ar71xx/* \
  9. target/linux/x86/* \
  10. target/linux/xburst/* \
  11. target/linux/Makefile \
  12. find ./ $(foreach exclude,$(EXCLUDE_DIRS),! --path"$(exclude)")
  13. clean_src: