1 BR2_PACKAGE_LINUX_FORMAT
:=$(strip $(subst ",,$(BR2_PACKAGE_LINUX_FORMAT)))
3 BR2_PACKAGE_LINUX_KCONFIG
:=$(strip $(subst ",,$(BR2_PACKAGE_LINUX_KCONFIG)))
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
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)
22 #include target/linux/Makefile.in
23 ##include target/linux-experimental/Makefile.in
25 include target
/linux
/Makefile.in
27 include target
/hurd
/Makefile.in