diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-12-05 21:52:36 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-15 10:26:05 +0100 |
commit | 47603d95ba52c58e3835f6fec574393dd3d16532 (patch) | |
tree | 09e9927838792b9988bda9f204370416362e74eb /target/device/mips/Makefile.in | |
parent | e35eb0486195cba6ddece04ff42c4edebfb7d45c (diff) | |
download | buildroot-novena-47603d95ba52c58e3835f6fec574393dd3d16532.tar.gz buildroot-novena-47603d95ba52c58e3835f6fec574393dd3d16532.zip |
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/device/mips/Makefile.in')
-rw-r--r-- | target/device/mips/Makefile.in | 4 |
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 |