Selaa lähdekoodia

Use x86 Makefile only if x86 is choosen

Ulf Samuelsson 17 vuotta sitten
vanhempi
commit
42b0271533
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      target/x86/Makefile.in

+ 2 - 0
target/x86/Makefile.in

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