Loading target/Makefile.in +2 −0 Original line number Diff line number Diff line Loading @@ -6,3 +6,5 @@ include target/arm/Makefile.in include target/powerpc/Makefile.in # and finally build the filesystems/tarballs include target/*/*.mk # kernel rules include target/linux*.mk target/device/x86/Makefile.in +0 −1 Original line number Diff line number Diff line ifeq ($(strip $(BR2_TARGET_X86_GENERIC)),y) include target/device/x86/i386/Makefile.in include target/device/x86/i386/*.mk endif Loading
target/Makefile.in +2 −0 Original line number Diff line number Diff line Loading @@ -6,3 +6,5 @@ include target/arm/Makefile.in include target/powerpc/Makefile.in # and finally build the filesystems/tarballs include target/*/*.mk # kernel rules include target/linux*.mk
target/device/x86/Makefile.in +0 −1 Original line number Diff line number Diff line ifeq ($(strip $(BR2_TARGET_X86_GENERIC)),y) include target/device/x86/i386/Makefile.in include target/device/x86/i386/*.mk endif