mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
target/device/x86: only include Makefile if BR2_TARGET_X86 is enabled
Fixes build breakage for !BR2_TARGET_X86 in kernel headers.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
ifeq ($(BR2_i386),y)
|
||||
ifeq ($(BR2_TARGET_X86),y)
|
||||
include target/device/x86/*/Makefile.in
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user