Commit 3ae6018b authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- fixup after self. Kernel for the x86 family is now built again

parent 23c76989
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+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