This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
PUBLIC_REPOS
/
buildroot
mirror de
git://git.buildroot.net/buildroot
Observar
2
Favorito
1
Fork
0
Arquivos
Ver código fonte
Use x86 Makefile only if x86 is choosen
Ulf Samuelsson
17 anos atrás
pai
aa67fcdbf8
commit
42b0271533
1 arquivos alterados
com
2 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
2
0
target/x86/Makefile.in
+ 2
- 0
target/x86/Makefile.in
Ver arquivo
@@ -1 +1,3 @@
+ifeq ($(BR2_i386),y)
include target/x86/*/*.mk
+endif