Use x86 Makefile only if x86 is choosen

This commit is contained in:
Ulf Samuelsson 2008-03-20 23:03:40 +00:00
parent aa67fcdbf8
commit 42b0271533

View File

@ -1 +1,3 @@
ifeq ($(BR2_i386),y)
include target/x86/*/*.mk
endif