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

- make sure to check against ia32

parent b8224532
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
ifeq ($(strip $(BR2_TARGET_GENERIC)),y)
ifeq ($(strip $(BR2_i386)),y)
include target/device/x86/i386/Makefile.in
endif
endif