- fixup after self. Kernel for the x86 family is now built again
This commit is contained in:
parent
23c7698934
commit
3ae6018b9e
@ -6,3 +6,5 @@ include target/arm/Makefile.in
|
|||||||
include target/powerpc/Makefile.in
|
include target/powerpc/Makefile.in
|
||||||
# and finally build the filesystems/tarballs
|
# and finally build the filesystems/tarballs
|
||||||
include target/*/*.mk
|
include target/*/*.mk
|
||||||
|
# kernel rules
|
||||||
|
include target/linux*.mk
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
ifeq ($(strip $(BR2_TARGET_X86_GENERIC)),y)
|
ifeq ($(strip $(BR2_TARGET_X86_GENERIC)),y)
|
||||||
include target/device/x86/i386/Makefile.in
|
include target/device/x86/i386/Makefile.in
|
||||||
include target/device/x86/i386/*.mk
|
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user