Rebased from upstream / out of band repository.
[librecmc/librecmc.git] / include / upstream.mk
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
8 EXCLUDE_DIRS:=target/linux/ath79/* \
9         target/linux/ar71xx/* \
10         target/linux/x86/* \
11         target/linux/xburst/* \
12         target/linux/Makefile \
13
14
15 find ./ $(foreach exclude,$(EXCLUDE_DIRS),! --path"$(exclude)")
16
17
18 clean_src:
19