diff --git a/src/stub/src/Makefile b/src/stub/src/Makefile new file mode 100644 index 00000000..67045a13 --- /dev/null +++ b/src/stub/src/Makefile @@ -0,0 +1,3 @@ +# convenience Makefile +default %: + $(MAKE) -C .. $@ diff --git a/src/stub/src/arch/Makefile b/src/stub/src/arch/Makefile new file mode 100644 index 00000000..b2e39f4b --- /dev/null +++ b/src/stub/src/arch/Makefile @@ -0,0 +1,3 @@ +# convenience Makefile +default %: + $(MAKE) -C ../.. $@ diff --git a/src/stub/src/arch/amd64/Makefile b/src/stub/src/arch/amd64/Makefile new file mode 100644 index 00000000..413a5328 --- /dev/null +++ b/src/stub/src/arch/amd64/Makefile @@ -0,0 +1,3 @@ +# convenience Makefile +default %: + $(MAKE) -C ../../.. $@ diff --git a/src/stub/src/arch/arm/Makefile b/src/stub/src/arch/arm/Makefile new file mode 100644 index 00000000..413a5328 --- /dev/null +++ b/src/stub/src/arch/arm/Makefile @@ -0,0 +1,3 @@ +# convenience Makefile +default %: + $(MAKE) -C ../../.. $@ diff --git a/src/stub/src/arch/arm/v4a/Makefile b/src/stub/src/arch/arm/v4a/Makefile new file mode 100644 index 00000000..ff0b0eff --- /dev/null +++ b/src/stub/src/arch/arm/v4a/Makefile @@ -0,0 +1,3 @@ +# convenience Makefile +default %: + $(MAKE) -C ../../../.. $@ diff --git a/src/stub/src/arch/arm/v4t/Makefile b/src/stub/src/arch/arm/v4t/Makefile new file mode 100644 index 00000000..ff0b0eff --- /dev/null +++ b/src/stub/src/arch/arm/v4t/Makefile @@ -0,0 +1,3 @@ +# convenience Makefile +default %: + $(MAKE) -C ../../../.. $@ diff --git a/src/stub/src/arch/i086/Makefile b/src/stub/src/arch/i086/Makefile new file mode 100644 index 00000000..413a5328 --- /dev/null +++ b/src/stub/src/arch/i086/Makefile @@ -0,0 +1,3 @@ +# convenience Makefile +default %: + $(MAKE) -C ../../.. $@ diff --git a/src/stub/src/arch/i386/Makefile b/src/stub/src/arch/i386/Makefile new file mode 100644 index 00000000..413a5328 --- /dev/null +++ b/src/stub/src/arch/i386/Makefile @@ -0,0 +1,3 @@ +# convenience Makefile +default %: + $(MAKE) -C ../../.. $@ diff --git a/src/stub/src/arch/m68k/Makefile b/src/stub/src/arch/m68k/Makefile new file mode 100644 index 00000000..413a5328 --- /dev/null +++ b/src/stub/src/arch/m68k/Makefile @@ -0,0 +1,3 @@ +# convenience Makefile +default %: + $(MAKE) -C ../../.. $@ diff --git a/src/stub/src/arch/mips/Makefile b/src/stub/src/arch/mips/Makefile new file mode 100644 index 00000000..413a5328 --- /dev/null +++ b/src/stub/src/arch/mips/Makefile @@ -0,0 +1,3 @@ +# convenience Makefile +default %: + $(MAKE) -C ../../.. $@ diff --git a/src/stub/src/arch/mips/mipsel.r3000/Makefile b/src/stub/src/arch/mips/mipsel.r3000/Makefile new file mode 100644 index 00000000..ff0b0eff --- /dev/null +++ b/src/stub/src/arch/mips/mipsel.r3000/Makefile @@ -0,0 +1,3 @@ +# convenience Makefile +default %: + $(MAKE) -C ../../../.. $@ diff --git a/src/stub/src/arch/powerpc/32/Makefile b/src/stub/src/arch/powerpc/32/Makefile new file mode 100644 index 00000000..ff0b0eff --- /dev/null +++ b/src/stub/src/arch/powerpc/32/Makefile @@ -0,0 +1,3 @@ +# convenience Makefile +default %: + $(MAKE) -C ../../../.. $@ diff --git a/src/stub/src/arch/powerpc/Makefile b/src/stub/src/arch/powerpc/Makefile new file mode 100644 index 00000000..413a5328 --- /dev/null +++ b/src/stub/src/arch/powerpc/Makefile @@ -0,0 +1,3 @@ +# convenience Makefile +default %: + $(MAKE) -C ../../.. $@ diff --git a/src/stub/src/include/Makefile b/src/stub/src/include/Makefile new file mode 100644 index 00000000..b2e39f4b --- /dev/null +++ b/src/stub/src/include/Makefile @@ -0,0 +1,3 @@ +# convenience Makefile +default %: + $(MAKE) -C ../.. $@