This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
PUBLIC_REPOS
/
buildroot
kopia lustrzana
git://git.buildroot.net/buildroot
Obserwuj
2
Polub
1
Forkuj
0
Pliki
Przeglądaj źródła
Use x86 Makefile only if x86 is choosen
Ulf Samuelsson
17 lat temu
rodzic
aa67fcdbf8
commit
42b0271533
1 zmienionych plików
z
2 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
2
0
target/x86/Makefile.in
+ 2
- 0
target/x86/Makefile.in
Wyświetl plik
@@ -1 +1,3 @@
+ifeq ($(BR2_i386),y)
include target/x86/*/*.mk
+endif