pass HOST_ variables, not BUILD_
[buildroot.git] / target / Makefile.in
blobbb7d596cc79c736e7b6bd4f79afbc6c5fda0790d
1 BR2_PACKAGE_LINUX_FORMAT:=$(strip $(subst ",,$(BR2_PACKAGE_LINUX_FORMAT)))
2 #"))
3 BR2_PACKAGE_LINUX_KCONFIG:=$(strip $(subst ",,$(BR2_PACKAGE_LINUX_KCONFIG)))
4 #"))
6 # make sure to put everything that is board-specific before the tarroot targets
7 include target/generic/Makefile.in
9 # this eventually adds the kernel target to TARGETS:
10 include target/device/Makefile.in
11 include target/x86/Makefile.in
12 include target/powerpc/Makefile.in
13 # and finally build the filesystems/tarballs
14 include target/*/*.mk
16 # kernel rules
17 # We already did add the kernel target to TARGETS and now just pull in the rules
18 # to actually build this target.
20 #ifeq ($(strip $(subst ",,$(BR2_PACKAGE_LINUX_EXPERIMENTAL_CONFIG))),y)
21 #"))
22 #include target/linux/Makefile.in
23 ##include target/linux-experimental/Makefile.in
24 #else
25 include target/linux/Makefile.in
26 #endif
27 include target/hurd/Makefile.in