summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-12-05 21:52:36 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2010-12-15 10:26:05 +0100
commit47603d95ba52c58e3835f6fec574393dd3d16532 (patch)
tree09e9927838792b9988bda9f204370416362e74eb /target
parente35eb0486195cba6ddece04ff42c4edebfb7d45c (diff)
Remove useless target/device/mips
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target')
-rw-r--r--target/device/mips/Makefile.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/target/device/mips/Makefile.in b/target/device/mips/Makefile.in
deleted file mode 100644
index b6f00dcf2..000000000
--- a/target/device/mips/Makefile.in
+++ /dev/null
@@ -1,4 +0,0 @@
-ifneq ($(findstring y,$(BR2_mips)$(BR2_mipsel)),)
-BR2_BOARD_PATH:=target/device/mips
-BOARD_PATH:=target/device/mips
-endif