From: Ulf Samuelsson Date: Sun, 23 Sep 2007 22:08:51 +0000 (-0000) Subject: Remove useless target/arm directory X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9413d83ea625652685a73b5373eaf0682df76d0f;p=buildroot.git Remove useless target/arm directory --- diff --git a/target/Makefile.in b/target/Makefile.in index 4dba6d89f5..0d80b18088 100644 --- a/target/Makefile.in +++ b/target/Makefile.in @@ -9,7 +9,6 @@ include target/generic/Makefile.in # this eventually adds the kernel target to TARGETS: include target/device/Makefile.in include target/x86/Makefile.in -include target/arm/Makefile.in include target/powerpc/Makefile.in # and finally build the filesystems/tarballs include target/*/*.mk diff --git a/target/arm/Makefile.in b/target/arm/Makefile.in deleted file mode 100644 index 74024fd4bb..0000000000 --- a/target/arm/Makefile.in +++ /dev/null @@ -1 +0,0 @@ --include target/arm/*/*.mk