This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
PUBLIC_REPOS
/
buildroot
réplica de
git://git.buildroot.net/buildroot
Seguir
2
Destacar
1
Fork
0
Ficheiros
Explorar o código
Use x86 Makefile only if x86 is choosen
Ulf Samuelsson
%!s(int64=17) %!d(string=hai) anos
pai
aa67fcdbf8
achega
42b0271533
Modificáronse 1 ficheiros
con
2 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
2
0
target/x86/Makefile.in
+ 2
- 0
target/x86/Makefile.in
Ver ficheiro
@@ -1 +1,3 @@
+ifeq ($(BR2_i386),y)
include target/x86/*/*.mk
+endif