kumquat-buildroot/target/device/x86/Makefile.in
Peter Korsgaard 30141c22ee target/device/x86: only include Makefile if BR2_TARGET_X86 is enabled
Fixes build breakage for !BR2_TARGET_X86 in kernel headers.
2009-03-24 19:57:48 +00:00

5 lines
74 B
Makefile

ifeq ($(BR2_TARGET_X86),y)
include target/device/x86/*/Makefile.in
endif